@extends('layouts.app') @section('title', 'CONSOLIDATE STATEMENT') @section('pages') @php $pageTitle='CONSOLIDATE STATEMENT'; @endphp
@include('consolidate-statement.statement-table')
@endsection @section('js') @endsection