@extends('admin.layout.master') @section('title','DEALER BALANCE STATEMENT') @section('custom_style') @endsection @section ('content')
@include('admin.layout.title_header', ['title'=>'TRIAL BALANCE STATEMENT'])
{{__('obs.date_to')}}
@include('admin.global.loader') @endsection @section('script') @stop