@extends(config('seo.layout')) @section('breadcrumb') @endsection @section('header')

Images

@endsection @section('tools') Visit Page @endsection @section('content')
@foreach($records->chunk(3) as $recordChunk) @foreach($recordChunk as $record)
{{$record->title}}

{{$record->caption}}    @include('seo::forms.destroy',['route'=>route('seo::pages.images.destroy',['page'=>$page->id,'pageImage'=>$record->id])])

{{$record->title}}

{{$record->location}}

@endforeach @endforeach @if($records->count()==0)
No Image found. Add One
@endif
@endSection