@extends('layouts.app') @section('title') {{ __('List') }} {{ __('Notifications') }} @endsection @section('breadcrumbs') {{ __('Notifications') }} @endsection @section('content')
{{ __('Notifications') }} @if ($unread_notifications_count) (@lang(":count unread", ['count'=>$unread_notifications_count])) @endif {{ __('List') }} @lang('Mark all as read')
@foreach($notifications as $notification) @endforeach
@lang('Text') @lang('Module') @lang('Updated At') @lang('Action')
id) }}"> {{ $notification->data['title'] }} {{ $notification->data['module'] }} {{ $notification->updated_at->diffForHumans() }}
@endsection