@extends('layouts.app') {{-- Important Variables --}} @section('title') {{__('lang.due_summary_report')}} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content') {{__('lang.due_summary_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) {{ $Branch->name }} @endforeach @endif {{__('lang.project')}} {{__('lang.select_blocks')}} @foreach (App\Models\Block::all() as $key => $value) id == $params['block_id']) selected @endif value="{{ $value->id }} ">{{ $value->name }} ({{ $value->code }}) @endforeach {{__('lang.blocks')}} {{__('lang.select_customer')}} @foreach (App\Models\Customer::all() as $key => $type) {{ $type->name }} @endforeach {{__('lang.customer')}} {{__('lang.product_id_unit_no')}} {{__('lang.customer_mobile')}} {{-- NIC --}} {{__('lang.select_property_type')}} @foreach (App\Models\ProductType::all() as $key => $type) {{ $type->name }} @endforeach {{__('lang.property_type')}} {{__('lang.registration_no')}} @include("admin.components.input.date",[ "name" => "from", "label"=> __('lang.from'), "id"=> "bs_datepicker_range_container", "value"=> "", "class"=> "", "col"=> "col-lg-4 col-md-4 col-sm-12 col-xs-12", ]) @include("admin.components.input.date",[ "name" => "to", "label"=> __('lang.to'), "id"=> "bs_datepicker_range_container1", "value"=> "", "class"=> "", "col"=> "col-lg-4 col-md-4 col-sm-12 col-xs-12", ]) {{-- Group By Sale Group By Customer --}} @stop @push('include-css') @endpush @push('include-js') @endpush