@extends('admin/layouts.master') @section('title', 'FCM推播') @section('body')
@include('admin.message')
@csrf
推播紀錄
{{-- --}} @foreach ($FirebaseNotification as $Notification) {{-- --}} @endforeach
建立{{ __('adminstaticword.Date') }}收件者標題 內容 預計發送時間 發送時間 發送結果 操作
{{ $Notification->created_at }} @if ( $Notification->type != 'news' ) {{ $Notification->user->fname }} @else 全部人 @endif {{ $Notification->title }} {{ $Notification->message }} {{ $Notification->predict_time }} {{ $Notification->send_at }} @if ($Notification->result) {{ trans( 'adminstaticword.' . ucfirst($Notification->result) ) }} @else 尚未發送 @endif @if(!$Notification->result)
@csrf
@endif
@endsection @section('scripts') @endsection