@extends('layouts.app') {{-- Important Variables --}} @section('title') {{__('lang.month_wise_recovery')}} @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.month_wise_recovery')}}

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


@include('layouts.components.input_field',[ 'col' => "col-lg-4 col-md-4 col-sm-12 col-xs-12", 'name' => 'registration_no', 'label' => __('lang.registration_no'), 'value' => request()->get('registration_no'), ])
@stop @push('include-css') @endpush @push('include-js') @endpush