@extends('layouts.core.backend', [ 'menu' => 'role', ]) @section('title', trans('messages.roles')) @section('page_header')

edit {{ $role->name }}

@endsection @section('content')
@csrf @include('admin.roles._form')
@endsection