@extends('admin.layout.master') @section('title',__('obs.trial_balance').' '.__('obs.statement')) @section('custom_style') @endsection @section ('content')
@include('admin.layout.title_header', ['title'=>__('obs.trial_balance').' '.__('obs.statement')])
@if(current_warehouse() == current_store())
@include('admin.inputs.warehouse_select',['index'=>true])
@endif
@include('accounts.reports.search_form',['ledger'=>0])
@include('admin.global.loader') @endsection @section('script') @stop