@extends('layout.main') @section('content')
@can('store-account') @endcan @can('delete-account') @endcan
@if(config('variable.currency_format')=='suffix') @else @endif
{{trans('file.Accounts')}} {{__('Account No.')}} {{__('Branch Code')}}{{trans('file.Balance')}} ({{config('variable.currency')}})({{config('variable.currency')}}) {{trans('file.Balance')}}{{__('Bank Branch')}} {{trans('file.action')}}
@endsection @push('scripts') @endpush