@extends('back.layout') @section('css') @endsection @section('main')
@foreach ($user->unreadNotifications as $notification) @php $user = user($notification->data['user_id']) @endphp @endforeach
@lang('Post') @lang('Author') @lang('Date') @lang('Valid')
@lang('Post') @lang('Author') @lang('Date') @lang('Valid')
{{ $notification->data['title'] }} {{ $user->name }} {{ $notification->created_at->formatLocalized('%c') }} valid ? 'checked' : '' }} disabled>
{{ csrf_field() }} {{ method_field('PUT') }}
@endsection