{{-- resources/views/admin/clients/show.blade.php --}} @extends('admin.layouts.admin') @section('title', $client->display_name) @section('page-title', $client->display_name) @section('admin-content')
Internal Notes
{{ $client->notes }}
| Title | Status | Progress | Deadline | Actions |
|---|---|---|---|---|
| {{ $p->title }} | {{ ucfirst(str_replace('_',' ',$p->status)) }} |
{{ $p->progress }}%
|
{{ $p->deadline?->format('d M Y') ?? '—' }} | Manage |
| Invoice # | Title | Total | Status | Actions |
|---|---|---|---|---|
| {{ $inv->invoice_number }} | {{ Str::limit($inv->title,30) }} | {{ $inv->currency_symbol }}{{ number_format($inv->total,2) }} | {{ ucfirst($inv->status) }} | View |