@extends('admin.layouts.app') @section('title', 'Car Shop CRM') @section('page-title', 'Car Shop CRM') @section('page-subtitle', 'Manage your inventory and shop visibility.') @section('content')
Add or modify car details directly.
{{ $car->year }} {{ $car->make }} {{ $car->model }}
{{ $car->mileage ?? 'N/A' }}