@extends('layouts.app') @section('title','Trial Balance') @section('pages')
@include('layouts.partials.nav-menu')
@include('financial-reports.trail-balance.table')
@endsection