@extends('layouts.app') @section('content')
@if (count($errors) > 0)
Error! Revise los campos obligatorios.

@endif

Rol

@csrf
@endsection @push('javascript') @endpush