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

Edit Role

{{ $role->name }}

Role Details

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