@extends('layouts.app') @section('title') التنبيهات @endsection @section('vendor_css') @endsection @section('page_level_css') @endsection @section('content') اضافة تنبيه التنبيه يظهر لـ @lang('dashboard.options') @php($arr_alert_for=['all'=>'الكل','hcp'=>'مقدمي الخدمة','rc'=>'مستقبلي الخدمة']) @foreach ($alerts as $alert) {{ $alert->content }} {{ $arr_alert_for[$alert->alert_for] }} {{method_field('DELETE')}} {{ csrf_field() }} @endforeach @endsection @section('page_vendor_js') @endsection @section('page_level_js') @endsection