@extends('admin.layout.master') @section('title', __('obs.financial_statement')) @section('custom_style') @endsection @section('content')
@include('admin.layout.title_header', [ 'title' => __('obs.financial_statement'), 'printable_div' => 'report_html', ])
{{-- @include('accounts.reports.search_form',['ledger'=>0,'view_type'=>1]) --}}
@if (current_warehouse() == current_store())
@include('admin.inputs.warehouse_select', ['index' => true])
@endif
{!! getDateInput('start_date', 'start_date', Request()->start_date) !!} {!! getDateInput('end_date', 'end_date', Request()->end_date) !!}
@include('admin.global.loader') @endsection @section('script') @stop