@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', 'Rate Code | Add Rate Code') @section('content')
@csrf
Data Rate Code @if(in_array(\Auth::user()->role, [1,2,5]))
{{\Session::get('hotel_name')}}
@else @endif
{{-- @if (in_array(propertiTipe(), [3])) --}}
{{-- @endif --}} @if (in_array(propertiTipe(), [1,2,3]))
{{--   --}} {{-- --}}
@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 {{--
Shop:
Produk:
Harga:
--}}
Setting Booking Engine    
Back
@endsection @section('js') @endsection