@extends('layouts.admin') @section('title', $user->name) @section('content')
Total Vehicles
{{ $stats['total_vehicles'] }}
Total Spare Parts
{{ $stats['total_spare_parts'] }}
Active Listings
{{ $stats['active_vehicles'] + $stats['active_spare_parts'] }}
{{ $user->name }}
{{ $user->email }}
{{ $user->phone ?? 'N/A' }}
{{ $user->address ?? 'N/A' }}
{{ $user->created_at->format('M d, Y') }}
{{ $user->business_name }}
{{ $user->kra_pin }}
{{ $user->id_number }}
{{ $vehicle->title }}
KSh {{ number_format($vehicle->price) }}
{{ $part->name }}
KSh {{ number_format($part->price) }}