@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') {{ $report_name }} {{__('lang.search_criteria')}} @csrf {{__('lang.select_project')}} {{__('lang.all_project')}} @foreach( $branches as $branch ) {{ $branch->name }} @endforeach {{__('lang.project')}} @foreach( $dealers as $dealer ) {{ $dealer->name }} ({{$dealer->designation->designation_name}}) @endforeach {{__('lang.dealer')}} {{__('lang.registration_no')}} @include("admin.components.input.date",[ "name" => "from", "label"=> __('lang.from'), "id"=> "bs_datepicker_container", "value"=> "", "class"=> "", "col"=> "col-lg-3 col-md-3 col-sm-12 col-xs-12", ]) @include("admin.components.input.date",[ "name" => "to", "label"=> __('lang.to'), "id"=> "bs_datepicker_container1", "value"=> "", "class"=> "", "col"=> "col-lg-3 col-md-3 col-sm-12 col-xs-12", ]) {{__('lang.summary')}} {{__('lang.detailed')}} {{__('lang.clear')}} @stop @push('include-css') @endpush @push('include-js') @endpush