@extends('admin.layout') @section('content')
Quote requests
@foreach ($quotes as $quote) @endforeach
Name Mobile Service Status Submitted Action
{{ $quote->name }} {{ $quote->phone }} {{ $quote->service?->name ?? '-' }} {{ ucfirst($quote->status) }} {{ $quote->submitted_at?->format('d M Y, h:i A') }}
{{ $quotes->links() }}
@endsection