Manage Splash frames

{{-- START ALERT BLOCK --}} @if(Session::has('successMessage')) @endif @if(Session::has('dangerMessage') || count($errors)) @endif {{-- END ALERT BLOCK --}}
@forelse($splash_frames as $user) @empty @endforelse
Frame ID Frame Name Thumbnail Action
{{$user->id}} {{$user->frame_name }} @if(!empty($user->camera_image) > 0) @endif {!! html_entity_decode(link_to_route('del_frame', '', [$user->id], ['onclick' => 'return checkDelete()', 'title' => 'Delete'])) !!}
No Records Found.