@extends('layouts.app') @section('title', 'Proposals') @section('content')
{{ $totalProposals }} {{ Str::plural('proposal', $totalProposals) }} @if ($pendingCount > 0) · {{ $pendingCount }} pending @endif
Total
{{ $totalProposals }}
Pending
{{ $pendingCount }}
Approved
{{ $approvedCount }}
Overdue
{{ $overdueCount }}
@if ($overdueCount > 0)requires action
@endifNo proposals yet
Create your first proposal to get started.
@can('proposals.create') New proposal @endcan| Client | Project | Amount | Status | Valid Until | Actions |
|---|---|---|---|---|---|
| {{ $proposal->client->name }} | {{ $proposal->project->title }} | {{ $symbol }} {{ number_format((float) $proposal->amount, 2) }} | {{ ucfirst($sv) }} | {{ $proposal->valid_until->format('d M Y') }} | View @can('proposals.edit') · Edit @endcan @can('proposals.delete') · @endcan |
Showing {{ $proposals->firstItem() }}–{{ $proposals->lastItem() }} of {{ $proposals->total() }}