Apr 07, 2026 5 min read

blog title

CS
Author Reading Car Expert

this is a test blog. andi can edit much more text here. 

oute::get('/about', function () {

    return view('about');

})->name('about');


Route::get('/services', function () {

    return view('services');

})->name('services');


Route::get('/mot', function () {

    return view('mot');

})->name('mot');


Route::get('/contact', function () {

    return view('contact');

})->name('contact');


Route::get('/blogs', [\App\Http\Controllers\BlogController::class, 'index'])->name('blogs.index');

Route::get('/blogs/{slug}', [\App\Http\Controllers\BlogController::class, 'show'])->name('blogs.show');


Route::get('/api/v1/vehicle/{reg}', [\App\Http\Controllers\VehicleController::class, 'getVehicleDetails']);

Route::get('/api/v1/services', [\App\Http\Controllers\BookingController::class, 'getServices']);

Route::get('/api/v1/get_postcode', [\App\Http\Controllers\BookingController::class, 'findAddress']);

Route::post('/api/v1/booking', [\App\Http\Controllers\BookingController::class, 'store']);



and this is bold.

italic and underlined

Reading Car Expert

Master Mechanic & Content Lead

Share this article:

READY FOR YOUR NEXT MAINTENANCE?

Book a Service