@extends('master-login') @section('title') Login @endsection @section('content')

Sign Up

Enter your details below to create your account & get started
@error('email') {{ $message }} @enderror @error('email_not_found') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
By signing up, you are agree to our Terms & Conditions and Policies

Already have an account? Sign In

or
@endsection @section('script') @endsection