@extends('layouts.app') @section('title', 'Account Holders') @section('content')
| ID | Name | Contact Person | Phone | Status | Bank Accounts | Total Amount | Actions | |
|---|---|---|---|---|---|---|---|---|
| {{ $holder->id }} |
{{ $holder->name }}
@if($holder->description)
{{ Str::limit($holder->description, 50) }} @endif |
{{ $holder->contact_person ?? 'N/A' }} | {{ $holder->phone ?? 'N/A' }} | {{ $holder->email ?? 'N/A' }} | @if($holder->is_active) Active @else Inactive @endif | {{ $holder->bankAccounts->count() }} accounts | ৳{{ number_format($holder->total_amount ?? 0, 2) }} |