@extends('layouts.contentLayoutMaster') @php $breadcrumbs = [[['link' => route('notifications.index'), 'name' => "الاشعارات"],['name'=> ' عرض الاشعارات']],['title'=> 'ادارة الاشعارات']]; @endphp @section('title', 'عرض الاشعارات') @section('vendor-style') @endsection @section('page-style') @endsection @section('content') عرض الاشعارات اضافة اشعار جديد كود قناة الارسال المستخدمين النوع نص البريد نص الرسالة القصيرة نص الاشعار الداخلي بواسطة التاريخ الاجراءات @foreach ($data as $record) {{ $record->id }} {{\App\Models\Notification::NOTIFICATION_CHANNEL_TEXT[$record->channel]}} {{\App\Models\Notification::SEND_TEXT[$record->type]}} {{ $record->is_manual == 1 ? 'يدوي' : 'تلقائي' }} {!! $record->email_text !!} {{ $record->sms_text }} {!! $record->internal_text !!} {{ $record->created_by_name }} {{ $record->created_at->toIso8601String() }} @can('notification-list') @endcan @endforeach {{ $data->appends(request()->except('page'))->links() }} @endsection @section('vendor-script') @endsection @section('page-script') @endsection