@extends('layouts.admin')
@section('title', 'Corporate Accounts')
@section('content')
| Company | Contact | Credit Limit | Status | ||
|---|---|---|---|---|---|
| {{ $a->company_name }} | {{ $a->contact_person ?? '—' }} | {{ $a->email ?? '—' }} | {{ $a->credit_limit ? number_format($a->credit_limit, 2) : '—' }} | View |