@include('pages.company-profile.header-component', ['head_title' => 'Bank Accounts', 'head_sm' => 'Manage Accounts'])
@forelse ($bankAccounts as $account) @php $account_original = $account; if ($account->modifications->count()) { $account = transformModifiedData($account->modifications[0]->modifications) + $account->toArray(); } @endphp
@empty @endforelse @forelse ($pending_creation_accounts as $pending_account) @php $account = transformModifiedData($pending_account->modifications); @endphp
@empty @endforelse @if (!$bankAccounts->count() && !$pending_creation_accounts->count())

No Account Found!

Looks like you have not added any bank account yet.
No Worries click the add new button to add a new account
@endif
@if (auth()->user()->company->isEditable()) @endif Send for Approval