@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() }} {{__('lang.select_project_name')}} {{-- {{__('lang.all_projects')}} --}} @if (App\Models\Branch::userProjects()->get()->count() > 0) @foreach (App\Models\Branch::userProjects()->get() as $Branch) id ? 'selected' : '' }}>{{ $Branch->name }} @endforeach @endif {{__('lang.project')}} Select Blocks @foreach (App\Models\Block::all() as $key => $value) code ? 'selected' : '' }}> {{ $value->name }} ({{ $value->code }}) @endforeach Blocks {{__('lang.select_floors')}} @foreach (App\Models\Common::FLOORS() as $key => $value) {{ $value }} @endforeach {{__('lang.floors')}} {{__('lang.select_product_type')}} @foreach (App\Models\ProductType::all() as $key => $type) id ? 'selected' : '' }}>{{ $type->name }} @endforeach {{__('lang.product_type')}} {{__('lang.select_customer_name')}} @foreach (App\Models\Customer::all() as $key => $type) id ? 'selected' : '' }}>{{ $type->name }} @endforeach {{__('lang.customer')}} {{-- Select Term @foreach (App\Models\PaymentType::all() as $term) {{ $term->name }} @endforeach @for ($i = 1; $i < 100; $i++) Installment {{ $i }} @endfor Term --}} {{-- Select Payment Status Settled Partially Settled Pending Defaulter Payment Status --}} {{-- Select Sale Status ACTIVE CANCELLED BLOCKED REACTIVATE CANCELLATION Sale Status --}} {{-- Sale Schedule Date Sort By --}} {{__('lang.customer_mobile')}} {{__('lang.nic')}} {{__('lang.registration_no')}} {{__('lang.unit_size')}} {{__('lang.from')}} {{__('lang.to')}} {{-- Yes No Show Sub Total on Excel --}} {{-- Horizontal View --}} {{-- Group By Sale Group By Customer --}} @stop @push('include-css') @endpush @push('include-js') @endpush