@extends('layouts.app') @section('content')
@if ($errors->any()) @endif
{{ html()->modelForm($role, 'PUT')->route('role.update', $role->id)->class(['needs-validation'])->attributes(['novalidate'])->open() }} @include('user::role.partials.form') {{ html()->closeModelForm() }}
@endsection