@extends('layouts.admin') @section('content')
@foreach($quotes as $quote) @endforeach
Client Name Contact Info Service Needed Status Actions
{{ $quote->full_name }}
{{ $quote->created_at->format('d M, Y') }}
{{ $quote->email }}
{{ $quote->phone }}
{{ $quote->service_needed }}
@csrf @method('PATCH')
@csrf @method('DELETE')
@push('styles') @endpush @push('scripts') @endpush @endsection