@extends('dashboard.v1.index') @section('title', __('all.cars')) @section('content')

{{__('all.cars')}}

@csrf @method('PATCH')
@if ($errors->has('name_ar')) {{ $errors->first('name_ar') }} @endif
@if ($errors->has('name_en')) {{ $errors->first('name_en') }} @endif
@if ($errors->has('driver_name_ar')) {{ $errors->first('driver_name_ar') }} @endif
@if ($errors->has('driver_name_en')) {{ $errors->first('driver_name_en') }} @endif
@if ($errors->has('description_ar')) {{ $errors->first('description_ar') }} @endif
@if ($errors->has('description_en')) {{ $errors->first('description_en') }} @endif
@if ($errors->has('manufacturing_year')) {{ $errors->first('manufacturing_year') }} @endif
@if ($errors->has('driver_phone')) {{ $errors->first('driver_phone') }} @endif
@if ($errors->has('license_number')) {{ $errors->first('license_number') }} @endif
@if ($errors->has('day_rent_price')) {{ $errors->first('day_rent_price') }} @endif
@if ($errors->has('car_brand_id')) {{ $errors->first('car_brand_id') }} @endif
@if ($errors->has('car_type_id')) {{ $errors->first('car_type_id') }} @endif
@if ($errors->has('country_id')) {{ $errors->first('country_id') }} @endif
@if ($errors->has('city_id')) {{ $errors->first('city_id') }} @endif
{{__('all.upload')}}
{{__('all.upload')}}
@stop