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