@extends('vendor.site-bases.admin.inc.layout') @section('title', 'სიახლეები') @section('content')

სიახლეები

@include('vendor.site-bases.admin.inc.message')
@if(count($news)) @foreach($news as $key => $item) @endforeach
ID სტატუსი სათაური თარიღი
{{ $item->id }} published ? 'checked' : '' }} /> @if($item->image) @endif {{ Str::limit($item->detail()->where('locale', 'ka')->first()->title, 35) }} {{ $item->published_at }}
{{ $news->links() }} @else
სიახლეები ვერ მოიძებნა
@endif
@endsection @section('js') @endsection @section('css') @endsection