البيانات الأساسية
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{!! Form::text("name",null,['class'=>'form-control', 'placeholder' => 'اسم السائق', 'required' => ''])!!}
{!! Form::text("phone",null,['class'=>'form-control', 'placeholder' => "مثال: 0511111111", 'required' => ''])!!}
{!! Form::email("email",null,['class'=>'form-control', 'placeholder' => "البريد الالكتروني", 'required' => '' ])!!}
{!! Form::select("city_id",Cities(),null,['class'=>"form-control select2 ", 'id' => 'banks', 'style' =>"width: 90%; display: inline-block;"])!!}
{!! Form::select("verify",UserStatus(),null,['class'=>"form-control select2 ", 'id' => 'banks', 'style' =>"width: 90%; display: inline-block;"])!!}

@if(isset($driver)) @if($driver->image!=null) @endif @endif
{!! Form::text("license",null,['class'=>"form-control ", 'style' =>"width: 90%; display: inline-block;"])!!}

@if(isset($driver)) @if($driver->license_image!=null) @endif @endif
{!! Form::text("identity",null,['class'=>"form-control ", 'style' =>"width: 90%; display: inline-block;"])!!}

@if(isset($driver)) @if($driver->identity_image!=null) @endif @endif
{!! Form::text("form",null,['class'=>"form-control ", 'style' =>"width: 90%; display: inline-block;"])!!}

@if(isset($driver)) @if($driver->form_image!=null) @endif @endif
{{--
{!! Form::text("name",null,['class'=>'form-control'])!!}
{!! Form::email("email",null,['class'=>'form-control'])!!}

@if(isset($user)) @if($user->image!=null) @endif @endif
{!! Form::number("phone",null,['class'=>'form-control'])!!}
{!! Form::text("identity",null,['class'=>'form-control'])!!}
{!! Form::select("active",UserStatus(),null,['class'=>'form-control col-md-12','width'=>'100'])!!}
{!! Form::select("role",UserRole(),null,['class'=>'form-control col-md-12','width'=>'100'])!!}
تحديد العنوان على الخريطة
--}}