@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', 'Rate Code | Edit Rate Code') @section('content')
@method('PATCH') @csrf
Data Rate Code @if(in_array(\Auth::user()->role, [1,2,5]))
{{\Session::get('hotel_name')}}
@endif
{{-- @if (in_array(propertiTipe(), [3])) --}}
{{-- @endif --}} @if (in_array(propertiTipe(), [1,2,3]))
include_breakfast == 1 ? 'checked' : '' }} > {{--   include_breakfast == 1 ? '' : 'disabled' }} /> --}}
@endif
@if (in_array(propertiTipe(), [1]))
If null will be fill with default value COA: {{@$ratecode_def->coaRateCode->account_no}} - {{@$ratecode_def->coaRateCode->description}}
@endif
Setting Booking Engine    
Back
@endsection @section('js') @endsection