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

ბლოგი

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