Notification

{{-- START ALERT BLOCK --}} @if(Session::has('successMessage')) @endif @if(Session::has('dangerMessage') || count($errors)) @endif {{-- END ALERT BLOCK --}}
{{ $notification_msg->links() }}
@php $i=1; @endphp @forelse($notification_msg as $get_notification_msg) @php $subject1= str_replace("_"," ",$get_notification_msg->subject);@endphp @empty @endforelse
UID Date Type Pois Subject Lat Long Radius Duplicate View
{{ $get_notification_msg->id }} @if(!empty($get_notification_msg->date_of_schedule && $get_notification_msg->time_of_schedule)) {{ date("d-m-Y" ,strtotime($get_notification_msg->date_of_schedule)) }} - {{ date("h:i a",strtotime($get_notification_msg->time_of_schedule)) }} @else {{date("d-m-Y - h:i a", strtotime($get_notification_msg->created_at)) }} @endif @if(!empty($get_notification_msg->radius)) Location @else -- @endif {{ $get_notification_msg->pois}} {{ $subject1}} {{ $get_notification_msg->latitude }} {{ $get_notification_msg->longitude }} {{ $get_notification_msg->radius }}
No Records Found