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

Sign Up

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Already Registered? Login
@endsection