Notifics

@forelse($notifics as $notific)

{!! $notific['name'] !!}



{!! $notific['id'] !!}

{!! $notific['user_id'] !!}

{!! $notific['user_type'] !!}

{!! $notific['slug'] !!}

{!! $notific['name'] !!}

{!! $notific['details'] !!}

{!! $notific['deleted_at'] !!}

{!! $notific['created_at'] !!}

{!! $notific['updated_at'] !!}
@empty

Your search for '{{Request::get('search')}}' returned empty result.

@endif {{$notifics->render()}}
@include('notific::public.notific.aside')