@extends('admin.layout.master') @section('title',__('obs.'.strtolower($title))) @section('custom_style') @endsection @section ('content')
@include('admin.layout.title_header', ['title'=>__('obs.'.strtolower($title))])
{!!getDateInput('start_date','start_date',Request()->start_date)!!} {!!getDateInput('end_date','end_date',Request()->end_date)!!} {{-- --}} @php $reportType=env("SPLIT_COST_CENTER_REPORT",0); @endphp @if($reportType) @else @endif
@if($reportType)
@php // $printData['start_date']=Request()->start_date?date('d-M-Y',strtotime(Request()->start_date)):date('d-M-Y'); $printData['end_date']=Request()->date_to?date('d-M-Y',strtotime(Request()->date_to)):date('d-M-Y'); $routeName=str_replace('_api','',Route::currentRouteName()); $printData=getPrintData($routeName,$printData); @endphp {!!$printData['head']!!}
{!!$printData['foot']!!}
@else
@endif
@include('admin.global.loader') @include('admin.modals.global_blank_modal') @endsection @section('script') @stop