@extends('layouts.user.user') @section('page', 'Dashboard') @section('title', 'Dashboard') @section('content')
| Quote ID | Project Name | Status | Action |
|---|---|---|---|
| #{{ $quote->id }} | {{ $quote->title ?? 'Unnamed Project' }} | {{ ucfirst($quote->status) }} | View |
No quotes found.
@endif @endsection