Add Photos Photos Search: {!! Form::open(array('url' => '/dnradmin/photos/', 'method' => 'post', 'id' => 'pageform', 'files' => true)); !!} ID Photo Name Position Action @if ($photo->isEmpty()) No Record Found @endif @foreach ($photo as $photos) {!! $photos->fldPhotoGalleryID !!} @if($photos->fldPhotoGalleryImage != "") {!! Html::image('upload/photos/'.$photos->fldPhotoGalleryID.'/_75_'.$photos->fldPhotoGalleryImage) !!} @else {!! Html::image('http://placehold.it/75') !!} @endif {!! $photos->fldPhotoGalleryName!!} {!! Html::image('_admin/assets/images/icons/updown.png') !!} {!! $photos->fldPhotoGalleryPosition !!} @endforeach @if (!$photo->isEmpty()) @endif {!! Form::close() !!}