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

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


{{-- --}}

{{--
--}}
{{-- @if(\Auth::user()->role != 10) --}}
{{-- @endif --}}
{{--
--}}
Back
@endsection @section('js') @endsection