@extends('admin.layout.master') @section('title', __('obs.housekeeping_log_list')) @section('custom_style') @endsection @section('content')
@include('admin.layout.title_header', ['title'=>__('obs.house_keeping_log').' '.__('obs.report')])
@php $status_types=[1=>'Ready',2=>'In Use',3=>'Dirty',4=>'Task Asigned']; @endphp
{{--
--}}
{{--
--}}
{!!getDateInput('start_date','start_date',Request()->start_date)!!} {!!getDateInput('end_date','end_date',Request()->end_date)!!}
# {{__('obs.task')}} {{__('obs.no')}} {{__('obs.house_keeping')}} {{__('obs.room_bed')}} {{__('obs.no')}} {{__('obs.date')}} {{__('obs.status_type')}} {{__('obs.task_type')}} {{__('obs.task')}} {{__('obs.date')}} {{__('obs.note')}}
{{__('obs.action')}}
@include('admin.global.loader') @include('v2.admin.global.offcanvas', ['blade'=>'v2.frontdesk.housekeeping.form','style'=> 'style="width: 450px;"', 'title'=> __('obs.add').' '.__('obs.housekeeping_log_list')]) @endsection @section('script') @endsection