| Image | Name | Country | Description | Wallet | Account Number | Account Name | Bank Name | Status | Actions | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $merchant->name }} | {{ Str::limit($merchant->email, 50) }} | {{ Str::limit($merchant->country, 50) }} | {{ Str::limit($merchant->description, 50) }} | {{ Str::limit($merchant->wallet->name, 50) }} | {{ Str::limit($merchant->account_number, 50) }} | {{ Str::limit($merchant->account_name, 50) }} | {{ Str::limit($merchant->bank_name, 50) }} | @if ($merchant->is_active == true) {{ 'active' }} @else {{ 'Unavailable' }} @endif |
|