@extends('layouts.app') @section('title', 'Create Role') @section('content')

Create Role

Role Details

@csrf @include('hotel.roles.partials._form-fields')
@endsection