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