@extends('layouts.dashboard', [ 'title' => 'Generate Trial Balance/Balancesheet/Income Statement']) @section('content')



@include('inc.contentheader', ['title' => 'Generate Reports' ])

Generate Reports
@csrf

{!! $errors->first('report', '

:message

') !!}
{!! $errors->first('statement_start_date', '

:message

') !!}
{!! $errors->first('statement_end_date', '

:message

') !!}














@include('inc.copyright') @endsection