@extends('layouts.public') @section('title', 'Book Service | NEAMEE Auto-Tech Solutions') @section('content')

Book Your Service

Fill in the details below and we'll confirm your appointment.

@csrf
@error('service_id')

{{ $message }}

@enderror
@if($vehicles->count())
@endif
@endsection