@extends('layouts.app') {{-- Important Variables --}} @php $params = session('params'); @endphp @section('title') {{__('lang.installment_report')}} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.recovery-left-sidebar') @stop @section('content')

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

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


{{ csrf_field() }}
{{--
--}} {{--
--}} {{--
--}} {{--
--}}
{{--
--}} {{--
--}} {{--

--}}
@stop @push('include-css') @endpush @push('include-js') @endpush