@extends('layouts.user') @section('style') @endsection @section('main')
消息通知

@include('hint.validate_errors') @include('hint.status')
@foreach ($notifications as $notification)
{{ $notification->created_at }}

{{ $notification->title }}

@if (is_null($notification->read_at)) 标为已读 @endif 查看详情

@endforeach {{ $notifications->appends(request()->all())->links() }}
@endsection @section('script') @endsection