@extends('layout.backend.containerlist') @section('header_css') @endsection @section('footer_js') @endsection @section('dynamicdata')
Album Photos : {!! $album->caption !!}
@include('layout.backend.alert')
@forelse($photos as $index=>$record) @empty @endforelse
S N Caption Image Status Options
{{ $index+1 }} {{ $record->caption }} @if(file_exists('uploads/albums/thumbs/'.$record->attachment) && $record->attachment!='') @else @endif @if($record->is_active == 1) @else @endif  
No record found.
S N Caption Image Status Options
@stop