@extends('company.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('name')) {{ $errors->first('name') }} @endif
00966
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('image')) {{ $errors->first('image') }} @endif

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


@if (session('Done')) @endif @if (session('ERROR')) @endif @if ($errors->any()) @endif
@csrf {{ method_field('PUT') }}

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

يمكنك تركها فارغة اذا اردت الاحتفاظ بكلمة المرور الحالية
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@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