@extends('admin.layouts.app') @section('content')
Account Holder Name: {{ $account->account_holder_name }}
@elseNetwork: {{ $account->network ?? 'N/A' }}
Icon:
@if ($account->icon)
@else
No icon uploaded
@endif
Information: {{ Str::limit($account->account_information, 100) }}