@extends('layouts.app') @section('title', __('account.balance_sheet')) @section('css') @endsection @section('content')
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('app.filter') }}
{{ __('account.balance_sheet_report') }}
{{ __('account.account') }} {{ __('account.debit') }} {{ __('account.credit') }}
@endsection @section('js') @include("plugin.export-table") @endsection