@extends('layouts.master') @section('title',trans('app.notifications')) @section('content')
@if(count($notifications)) @foreach($notifications as $notification)
getLocale() == 'ar') style="direction: rtl" @endif> {{$notification->body['message']}}
{{$notification->updated_at->diffForHumans()}}
@if(!$loop->last)
@endif @endforeach @else

{{trans('app.no_notifications')}}

@endif
{{$notifications->appends(Request::all())->render()}}
@endsection @push('scripts') @endpush