@extends('layouts.app')
@section('title', 'Update Rates')
@push('styles')
@endpush
@section('content')
Channel Manager Update Rates
@if(!empty($grid['roomGroups']))
@php
$availabilityMeta = $grid['availabilityMeta'] ?? [];
$returnView = 'grid';
$month = \Carbon\Carbon::parse($startDate)->format('Y-m');
@endphp
@include('hotel.channel-manager.partials.rates-modals')
@endif
@endsection
@push('scripts')
@endpush