@extends('admin.layouts.profile') @section('page-title') ملف المندوب @endsection @push('main-drivers-active') m-menu__item--active @endpush @section('profile-picture'){{ URL::asset('/' . $driver->image) }}@endsection @section('user-name') {{ $driver['name'] }} @endsection @section('user-email') {{ $driver['phone'] }} @endsection @section('profile-item') @endsection @section('profile-title') عرض الملف الشخصي @endsection @section('profile-content')

@if (session('Done')) @endif @if (session('ERROR')) @endif @if ($errors->any()) @endif
@csrf {{ method_field('PUT') }}
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
00966
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@if($companies->count())
@foreach($companies as $company) @endforeach
@else
لا يوجد شركات حالياً
@endif @if ($errors->has('companies')) {{ $errors->first('companies') }} @endif

اعادة تعيين المنطقة @if ($errors->has('points')) {{ $errors->first('points') }} @endif

@csrf {{ method_field('PUT') }}

تعديل كلمة المرور

يمكنك تركها فارغة اذا اردت الاحتفاظ بكلمة المرور الحالية
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@csrf {{ method_field('PUT') }}

تعديل مكافئات الطلبات على حسب الايام

@if ($errors->has('extra_after')) {{ $errors->first('extra_after') }} @endif
@foreach($weekdays_en as $key => $weekday) @endforeach
# اليوم المكافئة العادية المكافئة للطلبات الاضافية
{{ $loop->index +1 }} {{ $weekdays[$key] }}
ريال سعودي
ريال سعودي
@csrf {{ method_field('PUT') }}
@for($i = 0; $i < 23; $i+=2)
@endfor
@if ($errors->has('work_hours')) {{ $errors->first('work_hours') }} @endif

@endsection @push('page_level_style') @endpush @push('page_level_script') @endpush