New Vehicle
@if ($vehicles->exists)
@method('PUT') @else @endif @csrf
@if ($errors->has('seller_id')) {{ $errors->first('seller_id') }} @endif

@if ($errors->has('vehicle_model_id')) {{ $errors->first('vehicle_model_id') }} @endif
@if ($errors->has('manufacturing_year')) {{ $errors->first('manufacturing_year') }} @endif
@if ($errors->has('registration_number')) {{ $errors->first('registration_number') }} @endif
@if ($errors->has('color')) {{ $errors->first('color') }} @endif

Pricing
@foreach ($rental_periods as $rental_period)
{{ $rental_period->name }}
@if ($errors->has('registration_number')) {{ $errors->first('registration_number') }} @endif
@if ($errors->has('registration_number')) {{ $errors->first('registration_number') }} @endif
@endforeach
Cancel