@extends(!in_array(\Auth::user()->role, [10, 15]) ? 'layout' : 'layoutfrontdesk') @section('title', 'Hotel Group | Create Hotel Group') @section('content')
@csrf
#Data Hotel Group
{{-- #Address
#Contact
#PIC
#Logo
--}}
Back
@endsection @section('js') {{-- --}} @endsection