@extends('layouts.app') @section('title', __('payment.cash_flow')) @section('content')
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('payment.cash_flow') }}
{{ __('app.records') }}
# {{ __('app.date') }} {{ __('app.invoice_or_reference_no') }} {{ __('app.name') }} {{ __('app.category') }} {{ __('app.type') }} {{ __('payment.cash_in') }} {{ __('payment.cash_out') }} {{ __('app.balance') }}
@endsection @section('js') @include("plugin.export-table") @endsection