@extends('layouts/contentLayoutMaster') @section('title', 'Edit Role') @section('vendor-style') @endsection @section('page-style') @endsection @section('content')
@include('content.partial.form-message')

Role Informations

@csrf @method('patch')
@error('name')
{{ $message }}
@enderror
Reset
@endsection @section('vendor-script') @endsection @section('page-script') @endsection