{{-- @extends('frontdesk.layouts.master_fullwidth') --}} @extends('admin.layout.master') @section('custom_style') @endsection @section('content')
@include("frontdesk.share.fd_booking_rightside_quick_access")
{{--
--}}
@if($type == 1) {{__('obs.room_change_list')}} @else {{__('obs.bed_change_list')}} @endif
@foreach ($datas as $key=>$data) @endforeach
{{__('obs.sl')}} {{__('obs.checkin_no')}} {{__('obs.change_date')}} @if($type == 1) {{__('obs.from_room')}} @else {{__('obs.from_bed')}} @endif @if($type == 1) {{__('obs.to_room')}} @else {{__('obs.to_bed')}} @endif {{__('obs.maintanance')}} {{__('obs.remarks')}}
{{$key+1}} {{$data->get_checkin_code->checkin_code}} {{date('d-M-Y', strtotime($data->created_at))}} {{$data->get_from_room_info->room_number}} {{$data->get_to_room_info->room_number}} @if($data->maintainance == 0) {{__('obs.no')}} @else {{__('obs.yes')}} @endif {{$data->remarks}}
{{--
--}}
@csrf
{{--
@include("frontdesk.share.fd_booking_leftside_quick_access")
--}}
@endsection @section('script') @endsection