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

Our Services

Professional automotive services backed by certified mechanics and genuine parts.

@php $images = [ 'engine-repair' => 'https://images.unsplash.com/photo-1486262715619-67b85e0b08d3?w=800&q=80', 'oil-change' => 'https://images.unsplash.com/photo-1625047509248-ec889cbff17f?w=800&q=80', 'brake-service' => 'https://images.unsplash.com/photo-1619642751034-765dfdf7c58e?w=800&q=80', 'transmission-repair' => 'https://images.unsplash.com/photo-1615909128947-aa1c4e5e8c2b?w=800&q=80', 'electrical-diagnosis' => 'https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&q=80', 'wheel-alignment' => 'https://images.unsplash.com/photo-1597764696110-5592b12a0b0a?w=800&q=80', 'tire-services' => 'https://images.unsplash.com/photo-1578844251758-2f71da645270?w=800&q=80', 'car-wash-detailing' => 'https://images.unsplash.com/photo-1607860108855-64acf2078ed9?w=800&q=80', 'ac-service' => 'https://images.unsplash.com/photo-1625047509168-8307362b2271?w=800&q=80', 'battery-replacement' => 'https://images.unsplash.com/photo-1599305445671-ac291c95aaa9?w=800&q=80', ]; @endphp @foreach($services as $service)
{{ $service->name }}

{{ $service->name }}

{{ $service->description }}

@if($service->price_from)

Starting at ${{ number_format($service->price_from, 2) }}

@endif Book This Service
@endforeach
@endsection