Date: {{date("Y-m-d")}}

@if($showRoomVisitsDayFilter) @foreach($showRoomVisitsDayFilter as $showRoomVisitsDay) @foreach($showRoomVisitsDay as $index => $showRoom) @if($show_room_id != "all") @if($showRoom[0]->show_room_id == $show_room_id) @endif @else @endif @endforeach @endforeach @endif @if($showRoomVisitsMonth) @foreach($showRoomVisitsMonth as $showRoomVisitMonth) @foreach($showRoomVisitMonth as $index => $showRoom) @if($show_room_id != "all") @if($showRoom[0]->show_room_id == $show_room_id) @endif @else @endif @endforeach @endforeach @endif @if($showRoomVisits) @foreach($showRoomVisits as $index => $showRoomVisit) @if($show_room_id != "all") @if($showRoomVisit[0]->show_room_id == $show_room_id) @endif @else @endif @endforeach @endif
{{ __('ID')}} {{__('Room Name')}} {{__('Number Of Visit')}} {{__('Period')}} {{__('Month')}} {{__('Day')}}
{{++$count}} {{\App\Models\ShowRoom::where('id',$showRoom[0]->show_room_id)->first()->name_en}} {{$showRoom->count()}} {{"Day"}} {{$showRoom[0]->month}} {{"$index"}}
{{++$count}} {{\App\Models\ShowRoom::where('id',$showRoom[0]->show_room_id)->first()->name_en}} {{$showRoom->count()}} {{"Day"}} {{$showRoom[0]->month}} {{"$index"}}
{{++$count}} {{\App\Models\ShowRoom::where('id',$showRoom[0]->show_room_id)->first()->name_en}} {{$showRoom->count()}} {{"Month"}} {{$index}} {{"--"}}
{{++$count}} {{\App\Models\ShowRoom::where('id',$showRoom[0]->show_room_id)->first()->name_en}} {{$showRoom->count()}} {{"Month"}} {{$index}} {{"--"}}
{{++$index}} {{\App\Models\ShowRoom::where('id',$showRoomVisit[0]->show_room_id)->first()->name_en}} {{$showRoomVisit->count()}} {{"--"}} {{"--"}} {{"--"}}
{{++$index}} {{\App\Models\ShowRoom::where('id',$showRoomVisit[0]->show_room_id)->first()->name_en}} {{$showRoomVisit->count()}} {{"--"}} {{"--"}} {{"--"}}