@extends('admin.layouts.app') @section('title', 'Main page') @section('content')
{{csrf_field()}}
{{ $errors->first('name') }}
{{ $errors->first('address') }}
{{ $errors->first('gender') }}
{{ $errors->first('is_company_driver') }}
{{ $errors->first('company') }}
{{ $errors->first('mobile') }}
{{ $errors->first('email') }}
{{ $errors->first('password') }}
{{ $errors->first('password') }}
{{--
--}} {{--
{{ $errors->first('country') }}
--}} {{--
{{ $errors->first('state') }}
--}} {{--
{{ $errors->first('city') }}
{{ $errors->first('postal_code') }}
--}}
{{ $errors->first('car_color') }}
{{ $errors->first('car_number') }}
@include('admin.master.customfields._widget',['custom_fields'=>$custom_fields])



{{ $errors->first('icon') }}