@extends('layouts.app') @section('content')

Editar rol

@csrf @method('PUT') @include('roles._form')
@endsection