@extends('highSuperAdmin.layout') @section('title', 'New Repair Order') @section('page-name', 'New Repair Order') @section('page-detail', 'Create repair order with customer and vehicle details') @section('body')
@csrf
Customer

If new customer, fill below:

Vehicle & order
@if($errors->any())
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif Cancel
@endsection @section('custom-scripts') @endsection