@extends('layouts.contentLayoutMaster') @php $breadcrumbs = [[['link' => route('notification_texts.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\NotificationText::EVENTS_TEXT[$record->event_id]}} {{\App\Models\NotificationText::NOTIFICATION_CHANNEL_TEXT[$record->channel]}} {{ $record->is_active == 0 ? 'غير مفعل' : 'مفعل' }} {!! $record->email_text !!} {{ $record->sms_text }} {!! $record->internal_text !!} {{ $record->created_by_name }} {{ $record->created_at->toIso8601String() }} {{-- @can('notification-text-list')--}} {{-- --}} {{-- @endcan--}} @can('notification-text-edit') @endcan @can('notification-text-delete') @endcan @endforeach {{ $data->appends(request()->except('page'))->links() }} @endsection @section('vendor-script') @endsection @section('page-script') @endsection