@extends('layouts.app') @section('title', 'Register') @section('content')

Create your account

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Already have an account?
@push('scripts') @endpush @endsection