@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', 'Arrangement Code | Edit Arrangement Code') @section('css') @endsection @section('content')
@method('PATCH') @csrf
Data Arrangement Code
end_date, "d-m-Y") == '0000-00-00' ? date('d-m-Y') : (dateFormat($arrangement_code->end_date, "d-m-Y") ?? date('d-m-Y')) }}" autocomplete="off" required>
{{--
Shop:
Produk:
Harga:
Group:
@if(count($arrangement_code->arrangementCodeDetail) > 0) @foreach($arrangement_code->arrangementCodeDetail as $key => $detail)
@if($key > 0) @else @endif
@endforeach @else
@endif
--}}
@if (in_array(propertiTipe(), [1])) @endif @if(count($arrangement_code->arrangementCodeDetail) > 0) @foreach($arrangement_code->arrangementCodeDetail as $key => $detail) @if (in_array(propertiTipe(), [1])) @endif @endforeach {{-- @else --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endif
# Shop Product Price GroupCOA
If null will be fill with default value COA: {{@$arrCode_def->coaArrCode->account_no}} - {{@$arrCode_def->coaArrCode->description}}
Always 1 (*The total quantity of items according to pax room)
{{-- @if($key > 0) --}} {{-- @else @endif --}} always_one == 1 ? 'checked' : '' }}>
{{--
--}}
Back
@endsection @section('js') @endsection