@extends('layouts.app') @section('content')

{{trans('lang.notification')}}

@if(isset($_GET['selected_search']) && $_GET['selected_search'] != '') @else @endif
@foreach($notifications as $notification) @endforeach
{{trans('lang.title')}} {{trans('lang.message')}} {{trans('lang.created')}} {{trans('lang.actions')}}
{{ $notification->titre}} {{ $notification->message}} {{ date('d F Y',strtotime($notification->creer))}} {{ date('h:i A',strtotime($notification->creer))}}
@endsection @section('scripts') @endsection