@extends('layouts.fullLayoutMaster') {{-- page title --}} @section('title','Register Page') {{-- page scripts --}} @section('page-styles') @endsection @section('content')

Sign Up

Please enter your details to sign up and be part of our great community

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

Already have an account? Sign in
branding logo
@endsection