@extends('layouts.app') {{-- Important Variables --}} @section('title') {{$report_name}} @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 {{ $report_name }} {{__('lang.search_criteria')}} @csrf {{__('lang.select_project_name')}} {{__('lang.all_projects')}} @foreach ($branches as $branch) {{ $branch->name }} @endforeach {{__('lang.project')}} {{__('lang.select_block')}} @foreach ($blocks as $block) {{ $block->name }} @endforeach {{__('lang.block')}} {{__('lang.all')}} @foreach ($sell_status as $status ) {{ $status }} @endforeach {{__('lang.sale_status')}} {{__('lang.registration_no')}} @include("admin.components.input.date",[ "name" => "from", "label"=> __('lang.sale_date_from'), "id"=> "bs_datepicker_range_container_3", "value"=> "", "class"=> "", "col"=> "col-lg-3 col-md-3 col-sm-3 col-xs-3", ]) @include("admin.components.input.date",[ "name" => "to", "label"=> __('lang.sale_date_to'), "id"=> "bs_datepicker_range_container_4", "value"=> "", "class"=> "", "col"=> "col-lg-3 col-md-3 col-sm-3 col-xs-3", ]) @include("admin.components.input.date",[ "name" => "collection_from", "label"=> __('lang.collection_from'), "id"=> "bs_datepicker_range_container", "value"=> "", "class"=> "", "col"=> "col-lg-3 col-md-3 col-sm-3 col-xs-3", ]) @include("admin.components.input.date",[ "name" => "collection_to", "label"=> __('lang.collection_to'), "id"=> "bs_datepicker_range_container1", "value"=> "", "class"=> "", "col"=> "col-lg-3 col-md-3 col-sm-3 col-xs-3", ]) {{__('lang.summary')}} {{__('lang.detailed')}} {{__('lang.registration_wise')}} {{__('lang.unit_wise')}} {{__('lang.sort_by')}} {{__('lang.clear')}} @stop @push('include-css') @endpush @push('include-js') @endpush