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

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

@csrf
@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('password')) {{ $errors->first('password') }} @endif

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

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