@extends('_version_02.utility_charges.mobile_apps.layouts.main') @section('content')
Check In history
@foreach($user_stay_history_listing as $history)
room_type
{{$history['house_subgroup']}} : {{$history['house_unit']}}
{{App\Language::trans('Check In Date')}} : {{$history['house_room_member_start_date']}}
{{App\Language::trans('Check Out Date')}} : {{$history['house_room_member_end_date'] != '0000-00-00 00:00:00' ? $history['house_room_member_end_date'] : '-'}}
@endforeach



@endsection @section('script') @endsection