@extends('layouts.app') {{--Important Variables--}} @section('title') {{$extra['report']}} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content') {{$extra['report']}} {{$extra['report']}} @csrf {{__('lang.select_project_name')}} @foreach( $branches as $branch ) {{ $branch->name }} @endforeach {{__('lang.project_name')}} {{__('lang.portrait')}} {{__('lang.landscape')}} {{__('lang.orientation')}} ({{__('lang.for_pdf')}}) @include("admin.components.input.date",[ "name" => "from", "label"=> __('lang.from'), "id"=> "bs_datepicker_range_container", "value"=> "", "class"=> "", "col"=> "col-lg-6 col-md-6 col-sm-6 col-xs-6", ]) @include("admin.components.input.date",[ "name" => "to", "label"=> __('lang.to'), "id"=> "bs_datepicker_range_container1", "value"=> "", "class"=> "", "col"=> "col-lg-6 col-md-6 col-sm-6 col-xs-6", ]) {{__('lang.clear')}} @stop @push('include-css') @endpush @push('include-js') @endpush