@extends('admin.layout.master') @section('title', __('obs.ledger_report')) @section('custom_style') @endsection @section('content')
@include('admin.layout.title_header', ['title' => __('obs.ledger_report')])
{{-- --}}
{{-- @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