@extends('layouts.admin') @section('content')

{{ __('message.message') }}

@foreach ($notifications as $index => $notification) @if ($member) @endif @endforeach
{{ __('message.no') }}. {{ __('message.member') }} {{ __('message.message') }} {{ __('message.status') }} {{ __('message.date') }} {{ __('message.operate') }}
{{ $index + 1 }} {{ $member->actual_name ?? '' }} {{ $notification->message }} {{ $notification->already_read?"Read":"New" }} {{ $notification->created_at->format('d/m/Y h:i A') }}
{{ csrf_field() }}
{{ $notifications->appends($_GET)->links() }}
@endsection @section('meta') {{ __('message.member') }} {{ __('message.list') }}- {{ config('app.name', 'Dashboard') }} @endsection @section('scripts') @endsection