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