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

Edit Role

Back to list
@include('partials.alerts')
@csrf @method('PUT') @include('roles.partials.form')
@endsection