@extends('layouts.tenant') @section('title', 'Client Details - ' . $client->name) @section('content')
Client since {{ $client->created_at->format('M d, Y') }} {{ ucfirst($client->status) }}
Total Documents
{{ number_format($stats['total_documents']) }}
Total Revenue
${{ number_format($stats['total_revenue'], 2) }}
Total Invoices
{{ number_format($stats['total_invoices']) }}
Pending Amount
${{ number_format($stats['pending_amount'], 2) }}
{{ $client->name }}
{{ $client->company }}
{{ $client->tax_id }}
{{ $client->address }}
@endif@if($client->city){{ $client->city }}@endif @if($client->city && $client->state), @endif @if($client->state){{ $client->state }}@endif @if($client->zip_code) {{ $client->zip_code }}@endif
@if($client->country){{ $client->country }}
@endif{{ $client->notes }}
Paid
{{ $stats['paid_invoices'] }}
Pending
{{ $stats['pending_invoices'] }}
Overdue
{{ $stats['overdue_invoices'] }}
Messages
{{ $stats['total_messages'] }}
No documents uploaded yet.
Upload First DocumentNo invoices created yet.
Create First Invoice{{ Str::limit($message->message, 100) }}
@if($message->status === 'unread') Unread @endifNo messages yet.
Send First Message