@extends('admin.layouts.master') @section('page-title') اضافة مندوب جديد @endsection @push('main-drivers-active') m-menu__item--active @endpush @section('content')

اضافة مندوب جديد

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

الغاء والعودة
@stop @push('page_level_style') @endpush @push('page_level_script') @endpush