Add Staff Staff Search: {!! Form::open(array('url' => '/dnradmin/staff/', 'method' => 'post', 'id' => 'pageform', 'files' => true)); !!} ID Name Position Action @if ($staff->isEmpty()) No Record Found @endif @foreach ($staff as $staffs) {!! $staffs->fldStaffID !!} @if($staffs->fldStaffImage != "") {!! Html::image('upload/staff/'.$staffs->fldStaffID.'/_75_'.$staffs->fldStaffImage) !!} @else {!! Html::image('http://placehold.it/75') !!} @endif {!! $staffs->fldStaffFirstname . ' ' . $staffs->fldStaffLastname!!} {!! Html::image('_admin/assets/images/icons/updown.png') !!} @endforeach @if (!$staff->isEmpty()) @endif {!! Form::close() !!}