@extends('layouts.admin') @section('content')

Edit Vehicle

Edit Vehicle

@csrf
@error('name') {{ $message }} @enderror
@foreach ($vehicle->ranges as $index => $rangs)
@if ($index === 0) @else @endif
@endforeach
@error('min_hour') {{ $message }} @enderror
@error('amount_per_hour') {{ $message }} @enderror
is_quotation ? 'checked' : '' }}>
@foreach ($vehicle->locations as $index => $location)
@if ($index === 0) @else @endif
@endforeach
@endsection