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

Create Account

Continue with Google
or
@csrf @if ($errors->any())
{{ $errors->first() }}
@endif

Already have account? Login

@endsection