@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', 'Hotel | Create Hotel') @section('content')
@csrf
Data Hotel
@
{{url('/booking')}}/
Bank name
Account number
Account name
Setting Rule Icon Print RC
No Smoking
No Durian
No Pet
No Drugs
@if (Auth::user()->role == 1) Setting Book and Link Form
@endif
Back
@endsection @section('js') {{-- --}} @endsection