@extends('layouts.app') @section('title', 'Bank Account') @section('content')

Bank Account Manage Bank Account

Manage Bank Account

@can('bank_details.create')
@endcan
@can('bank_details.view')
ID Bank Branch Name Account Number Account Description Account Search Code Status Action
@endcan
{{-- Add Bank Account Model --}} {{-- End Add Bank Account Model --}}
@endsection @section('javascript') @endsection