@extends('layouts.app') @section('title', 'Banking') @section('content') Bank Accounts Bank Accounts @can('bank-account.create') @lang( 'messages.add' ) @endcan @can('bank-account.view') Account Title Account Number Location Bank Name Branch Address Opening Balance Current Balance Action @endcan @endsection @section('javascript') @endsection