@extends("theme.layout") @section('content-layout')
@csrf
Formulario
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection