@extends('vendor.site-bases.admin.inc.layout') @section('title', 'ბლოგი') @section('content')

ბლოგი

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