@extends('backend.master') @section('title', 'Bank Methods') @section('content')

Bank Methods

নতুন Bank যোগ করুন
@if(session('success'))
{{ session('success') }}
@endif @forelse($methods as $method) @empty @endforelse
# Logo Bank Name Slug Account Number Account Holder Branch Sort Status Action
{{ $method->id }} @if($method->logo) @endif {{ $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
@csrf @method('DELETE')
কোনো Bank method নেই।
@endsection