@extends('layout.main') @section('content')

{{__('Transaction Report')}}

@csrf

{{__('Transaction Info')}}

@if(config('variable.currency_format')=='suffix') @else @endif
{{trans('file.Date')}} {{trans('file.Account')}}{{trans('file.Amount')}} ({{config('variable.currency')}})({{config('variable.currency')}}) {{trans('file.Amount')}} {{trans('file.Type')}} {{__('Reference No')}}
@endsection @push('scripts') @endpush