@extends('vendor.site-bases.admin.inc.layout') @section('title', 'ფოტო გალერეა') @section('content')

ფოტო გალერეა

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