@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
{{--
--}} @include("admin.components.input.date",[ "name" => "from", "label"=> __('lang.from'), "id"=> "bs_datepicker_container1", "value"=> "", "class"=> "", "col"=> "col-md-3", ]) @include("admin.components.input.date",[ "name" => "to", "label"=> __('lang.to'), "id"=> "bs_datepicker_container1", "value"=> "", "class"=> "", "col"=> "col-md-3", ])
@stop @push('include-css') @endpush @push('include-js') @endpush