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

Get Started Now

Enter your credentials to login your account

OR

@csrf
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@error('password') {{ $message }} @enderror

Already have an account? Sign in here

@endsection