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

Create your account

Or sign in to your existing account

@csrf @if ($errors->any()) @endif
@endsection