@extends('layouts.app') @section('title') @lang('dashboard.edit_user') @endsection @section('vendor_css') @endsection @section('page_level_css') @endsection @section('custom_css') @endsection @section('content') @lang('dashboard.full_name') @lang('dashboard.type') type == "0" ? "selected" : "" }} >@lang('dashboard.super_admin') type == "1" ? "selected" : "" }}>@lang('dashboard.admin') type == "2" ? "selected" : "" }}>@lang('dashboard.doctor') type == "3" ? "selected" : "" }}>لوحة القيادة type == "5" ? "selected" : "" }}>مراقب @lang('dashboard.user_name') @lang('dashboard.special') @foreach ($specials as $special) id, array_column(json_decode(json_encode($user->specials), true), 'id'))!== false)?"selected":"" }} value="{{ $special->id }}">{{ $special->name }} @endforeach @lang('dashboard.email') @lang('dashboard.password') @lang('dashboard.edit') {{ csrf_field() }} {{ method_field('PUT') }} @endsection @section('page_vendor_js') @endsection @section('page_level_js') @endsection