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