Notification
{!! html_entity_decode(session('successMessage')) !!}
@endif
@if(Session::has('dangerMessage') || count($errors))
{!! html_entity_decode(session('dangerMessage')) !!}
{{ $errors->first() }}
@endif
{{-- END ALERT BLOCK --}}
{{ $notification_msg->links() }}
UID | Date | Type | Travel | 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 | @if(!empty($get_notification_msg->travel_mode==1)) Yes @else -- @endif | @php $subject1= str_replace("_"," ",$get_notification_msg->subject);@endphp{{ $subject1}} | {{ $get_notification_msg->latitude }} | {{ $get_notification_msg->longitude }} | {{ $get_notification_msg->radius }} | ||
No Records Found |