@include('layout.backend.alert')
|
S N
|
Caption
|
Image
|
Status
|
Options
|
@forelse($photos as $index=>$record)
|
{{ $index+1 }}
|
{{ $record->caption }}
|
@if(file_exists('uploads/albums/thumbs/'.$record->attachment) && $record->attachment!='')
@else
@endif
|
@if($record->is_active == 1)
@else
@endif
|
|
@empty
| No record found. |
@endforelse
|
S N
|
Caption
|
Image
|
Status
|
Options
|