@extends('owner._layout') @section('body')
@if(session('message')) @endif
@csrf
Make Appointment:
@error('user_id')

You have to select Driver

@enderror
@error('date')

{{ $message }}

@enderror
Truck Repair:
Trailer Repair:
@endsection @section('script') @endsection