@extends('public.layout') @section('title', 'Place Your Order') @section('body')

Place Your Repair Order

Enter your details and vehicle information below.

@if($errors->any())
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
@csrf
Your details
Vehicle information
@endsection