@extends('layouts.app') @section('title', __('payment.bank_statement')) @section('content')
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('payment.bank_statement') }}
{{ __('app.records') }}
# {{ __('app.date') }} {{ __('app.description') }} {{ __('payment.withdrawal_amount') }} {{ __('payment.deposit_amount') }} {{ __('app.balance') }}
@endsection @section('js') @include("plugin.export-table") @endsection