@extends('template.layouts.template-base') @section('title', 'Bank Master') @section('styles') @endsection @section('content')
Total Banks - {{ str_pad($bankCount, 2, '0', STR_PAD_LEFT) }}
{{-- checkbox column --}} {{-- name column --}}
Acc.Holder NameBank Name Acc.Number Branch IFSC Code Default Status Action
@endsection @section('scripts') @endsection