@extends('layouts.app') {{-- Important Variables --}} @section('title') {{__('lang.recovery_as_on_report')}} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content') @php $common = new \App\Models\Common(); @endphp

{{__('lang.recovery_as_on_report')}}

{{__('lang.search_criteria')}}


@csrf
@include("admin.components.input.date",[ "name" => "from", "label"=> __('lang.from'), "id"=> "bs_datepicker_container", "value"=> "", "class"=> "", "col"=> "col-lg-6 col-md-6 col-sm-6 col-xs-6", ]) @include("admin.components.input.date",[ "name" => "to", "label"=> __('lang.to'), "id"=> "bs_datepicker_container", "value"=> "", "class"=> "", "col"=> "col-lg-6 col-md-6 col-sm-6 col-xs-6", ])
@include("admin.reports.partials.official_unofficial")
@stop @push('include-css') @endpush @push('include-js') @endpush