@extends('admin.layout') @section('content')
Quote #{{ $quote->id }}
{{ $quote->submitted_at?->format('d M Y, h:i A') }}
Back
Message
{{ $quote->message }}
Status
@csrf @method('PATCH')
Customer
{{ $quote->name }}
{{ $quote->phone }}
{{ $quote->email ?? '-' }}
Service
{{ $quote->service?->name ?? '-' }}
@endsection