@extends('layouts/fullLayoutMaster') @section('title', 'Register Page') @section('page-style') {{-- Page Css files --}} @endsection @section('content')

Adventure starts here 🚀

Make your app management easy and fun!

@csrf
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@if (Laravel\Jetstream\Jetstream::hasTermsAndPrivacyPolicyFeature())
@endif

Already have an account? @if (Route::has('login')) Sign in instead @endif

or
@endsection