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

Register

@csrf
@if ($errors->any())
An error occurred
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@endsection