@extends('backend.layouts.app') @section('backend_title', 'Admin Brand List') @section('backend_content')
Bank Account List

@isset($banktList) @forelse ($banktList as $index=> $item) @empty @endforelse @endisset
Sl No. Bank Name Account Number Account Type Branch Name Account Name Contact Person's Name & Phone Action
{{ $index + 1 }}

{{ $item->bank_name }}

{{ $item->account_number }}

{{ $item->account_type }}

{{ $item->branch_name }}

{{ $item->account_name }}

@can('edit division') @endcan @can('delete division') @endcan
Data Not Found!!
Name Status Action
@endsection