{{-- START ALERT BLOCK --}}
@if(Session::has('successMessage'))
{!! html_entity_decode(session('successMessage')) !!}
@endif
@if(Session::has('dangerMessage') || count($errors))
{!! html_entity_decode(session('dangerMessage')) !!}
{{ $errors->first() }}
@endif
{{-- END ALERT BLOCK --}}
# | Poi Name | Date | |
---|---|---|---|
{{ ++$num }} | @if($user->poi != '') @if($user->poi->poi_internal_name != '') @else @endif @endif | {{ date('d M Y H:i:s',strtotime($user->created_at)) }} | |
No Records Found. |