@extends('layouts.auth') @section('title','Signup') @push('page-styles') @endpush @section('body')
@csrf
Create your account
Verify your email
What's your email?
We'll send a code to verfiy your email.
Email Address
*
NEXT
Sign up with
Already have an account?
Log in
@endsection @push('page-scripts') @endpush