@extends('backend.master') @section('title', 'Bank Methods') @section('content')
| # | Logo | Bank Name | Slug | Account Number | Account Holder | Branch | Sort | Status | Action |
|---|---|---|---|---|---|---|---|---|---|
| {{ $method->id }} |
@if($method->logo)
|
{{ $method->bank_name }} | {{ $method->slug }} | {{ $method->account_number }} | {{ $method->account_holder }} | {{ $method->branch_name }} | {{ $method->sort_order }} | @if($method->status) Active @else Inactive @endif | Edit |
| কোনো Bank method নেই। | |||||||||