@extends('layout.main') @section('content')
@can('store-expense') @endcan
@if(config('variable.currency_format')=='suffix') @else @endif
{{trans('file.Account')}} {{trans('file.Payee')}}{{trans('file.Amount')}} ({{config('variable.currency')}})({{config('variable.currency')}}) {{trans('file.Amount')}}{{trans('file.Category')}} {{__('Reference No')}} {{trans('file.Payment')}} {{trans('file.Date')}} {{trans('file.action')}}
@endsection @push('scripts') @endpush