@extends('admin.layout.master') @section('title', __('obs.housekeeping_task_report')) @section('custom_style') @endsection @section('content')
@include('admin.layout.title_header', ['title'=>__('obs.house_keeping').' '.__('obs.task').' '.__('obs.report')])
@php $status_types=[1=>'Ready',2=>'In Use',3=>'Dirty',4=>'Task Asigned']; @endphp @if($report_info['type']==1)
@endif
@if($report_info['type']==1)
@endif
{!!getDateInput('start_date','start_date',Request()->start_date)!!} {!!getDateInput('end_date','end_date',Request()->end_date)!!}
@if($report_info['type']==1) @else @endif
#{{__('obs.task')}} {{__('obs.no')}} {{__('obs.unit_type')}} {{__('obs.assign')}} {{__('obs.date')}} {{__('obs.priority')}} {{__('obs.task_type')}} {{__('obs.note')}} {{__('obs.house_keeping')}} {{__('obs.task')}} {{__('obs.status')}}{{__('obs.house_keeping')}} {{__('obs.task')}} {{__('obs.no')}} {{__('obs.assign')}} {{__('obs.date')}} {{__('obs.unit_type')}} {{__('obs.task_type')}} {{__('obs.start')}} {{__('obs.date')}} {{__('obs.end')}} {{__('obs.date')}} {{__('obs.duration')}}
@include('admin.global.loader') @endsection @section('script') @endsection