@extends('auth.layout.app') @section('title','Register') @section('content')
branding logo

Create Account

Fill the below form to create a new account.

@csrf
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
I accept the terms & conditions.
Login
@endsection