@extends('layouts.main') @section('title', 'Group Home') @section('css') @endsection @section('content')
{{--
--}} {{--
Properties in Progress
--}} {{--
--}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{--
--}} {{----}} {{--Filter list by--}} {{----}} {{----}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--@foreach( $properties_inactive as $key => $property )--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--@endforeach--}} {{----}} {{--
Prperty NameLocationProgressAction
{{ $property->actual_name }}{{ $property->address }}Completing property details--}} {{--
--}} {{--
--}} {{--

25%

--}} {{--
--}} {{--
--}} {{--
--}} {{----}} {{----}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
{{ __('dashboard.Active Properties') }}
{{--Download--}}
{{----}} {{----}}
{{----}} {{----}} {{----}} @foreach( $properties_active as $key => $property ) {{----}} {{----}} {{----}} @endforeach
--}} {{--
--}} {{----}} {{--
--}} {{--
Hotel ID Property Name Location Status--}} {{--Checkins for
today & tomorrow
Checkouts for
today & tomorrow
Pending Guest
Requests
New Messages--}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{--
{{ $property->id }} {{ $property->actual_name }} {{ $property->address }} Open/Bookable {{ $property->todayCheckins + $property->todayCheckouts }} {{ $property->tomorrowCheckins + $property->tomorrowCheckouts }} {{ $property->pendingBookings }} {{ count($data->messages) }}
@endsection @section('scripts') @endsection