@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', 'Guest Data | Edit Guest Data') @section('content')
@csrf @method('PUT')
Data Guest
{{--
Show Password ?
--}}
{{-- KOLOM 1 --}}

{{--
--}}
{{-- KOLOM 2 --}}


{{-- --}}
expired_date == null ? 'disabled' : ''}}>

{{--
--}}
{{--
--}}
{{-- @if (\Auth::user()->role != 10) --}}
{{-- @endif --}}
@if ($guest->credit_limit - $total_tagihan < 0) @if ($guest->credit_limit != 0)
Total unpaid bills: Rp. {{ number_format($total_tagihan - $guest->credit_limit,2,',','.') }}
@if ($guest->credit_limit - $total_tagihan < 0) @endif @else @endif @else @endif
If null will be fill with default value COA: {{@$coa_def->coaIndividualLedger->account_no}} - {{@$coa_def->coaIndividualLedger->description}}
Back
@endsection @section('js') @endsection