@extends('admin.layout.master') @section('custom_style') @endsection @section('content') @include('flash-message')
| {{ __('obs.room') }} {{ __('obs.type') }} | @foreach ($date_range as $date)
{{ $date->format('d') }} {{ $date->format('D') }} |
@endforeach
|
|---|---|---|
| {{ $room_allocation[0]['room_type_name'] }} | @foreach ($date_range as $date) @php $check = $room_allocation->where('date', $date)->first(); @endphp @if ($check != null){{ $check['rate'] }} | @else@endif @endforeach |