@extends('layouts.app') @section('title', 'Editar rol') @section('content')
@csrf @method('PUT') @include('roles._form')
@endsection