All Albums Info
Add New Albumid | Thumbnail | Name | Type | Number of Items | Created at | Updated at | Actions |
---|---|---|---|---|---|---|---|
id | Thumbnail | Name | Type | Number of Items | Created at | Updated at | Actions |
{{$album->id}} | ![]() |
{{$album->album_en->title}} | {{$album->type == 'img' ? 'Images' : 'Videos'}} | {{$album->type == 'img' ? count($album->images) : count($album->videos)}} | {{$album->created_at ? $album->created_at->format('D M Y') : ''}} | {{$album->updated_at ? $album->updated_at->format('D M Y') : ''}} | @if($album->type == 'img') @elseif($album->type == 'vid') @endif {{-- --}} {{-- --}} |