Add Car

Back to List
@csrf @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@error('title')

{{ $message }}

@enderror
@error('price')

{{ $message }}

@enderror
@error('category_id')

{{ $message }}

@enderror
@error('user_id')

{{ $message }}

@enderror
@error('year')

{{ $message }}

@enderror
@error('kilometers')

{{ $message }}

@enderror
@error('contact_info')

{{ $message }}

@enderror
@error('specs')

{{ $message }}

@enderror
{{-- Fuel Type --}}
{{-- Transmission Type --}}
{{-- Car Trim --}}
{{-- Exterior Color --}}
{{-- Interior Color --}}
{{-- Steering Side --}}
{{-- Seller --}}
{{-- Warranty --}}
@error('warranty')

{{ $message }}

@enderror
{{-- Seating Capacity --}}
@error('seating_capacity')

{{ $message }}

@enderror
{{-- Horse Power --}} @php $horsePowerOptions = [ ['value' => "0 - 99", 'text' => "0 - 99"], ['value' => "100 - 199", 'text' => "100 - 199"], ['value' => "200 - 299", 'text' => "200 - 299"], ['value' => "301 - 399", 'text' => "301 - 399"], ['value' => "400 - 499", 'text' => "400 - 499"], ['value' => "500 - 599", 'text' => "500 - 599"], ['value' => "600 - 699", 'text' => "600 - 699"], ['value' => "700 - 799", 'text' => "700 - 799"], ['value' => "800 - 899", 'text' => "800 - 899"], ['value' => "900+", 'text' => "900+"], ['value' => "Other", 'text' => "Other"], // Use only the English version for "Other" ]; @endphp
@php $engineCapacityOptions = [ ['value' => "0 - 499", 'text' => "0 - 499"], ['value' => "500 - 999", 'text' => "500 - 999"], ['value' => "1000 - 1499", 'text' => "1000 - 1499"], ['value' => "1500 - 1999", 'text' => "1500 - 1999"], ['value' => "2000 - 2499", 'text' => "2000 - 2499"], ['value' => "2500 - 2999", 'text' => "2500 - 2999"], ['value' => "3000 - 3499", 'text' => "3000 - 3499"], ['value' => "3500 - 3999", 'text' => "3500 - 3999"], ['value' => "4000+", 'text' => "4000+"], ['value' => "Other", 'text' => "Other"], // Use only the English version for "Other" ]; @endphp
@error('doors')

{{ $message }}

@enderror
@php $bodyTypes = [ ['value' => "suv", 'text' => "SUV"], ['value' => "coupe", 'text' => "Coupe"], ['value' => "sedan", 'text' => "Sedan"], ['value' => "crossover", 'text' => "Crossover"], ['value' => "hard top convertible", 'text' => "Hard Top Convertible"], ['value' => "soft top convertible", 'text' => "Soft Top Convertible"], ['value' => "pick up truck", 'text' => "Pick Up Truck"], ['value' => "hatchback", 'text' => "Hatchback"], ['value' => "sports car", 'text' => "Sports Car"], ['value' => "van", 'text' => "Van"], ['value' => "wagon", 'text' => "Wagon"], ['value' => "utility truck", 'text' => "Utility Truck"], ['value' => "other", 'text' => "Other"], ]; @endphp
{{-- Video URL --}}
{{-- Description --}}
{{-- Image Upload --}}

Upload Images

Click the box to upload images (JPEG/PNG).

{{-- Is Insured --}}
{{-- Dynamic Tags for Extras --}}

Select additional extras to add to the car.

@error('extras')

{{ $message }}

@enderror
Save Car