@extends('layouts.masterbeta') @section('page-title') Clients | {{ $showclient->name }} @endsection @section('breadcrumbs') @endsection @section('content')
| Type | Shortcode | Network | Status | Expiry Date |
|---|---|---|---|---|
| {{ $code->code_type ?? 'N/A' }} | {{ $code->shortcode ?? 'N/A' }} | {{ $code->network ?? 'N/A' }} | {{ $code->status ?? 'Active' }} | {{ $code->expiry_date ? \Carbon\Carbon::parse($code->expiry_date)->format('d M Y') : 'N/A' }} |
| Invoice # | Amount | Date | Status |
|---|---|---|---|
| {{ $payment->invoice_number ?? 'N/A' }} | {{ number_format($payment->invoice_amount ?? 0, 2) }} | {{ $payment->invoice_date ? \Carbon\Carbon::parse($payment->invoice_date)->format('d M Y') : 'N/A' }} | {{ $payment->invoice_status ?? 'Pending' }} |
{{ $note->notes_body ?? $note->note ?? $note->content ?? 'No content found' }}