@include('layouts.shared.title-meta', ['title' => "Register & Signup"]) @include('layouts.shared.head-css')

Don't have an account? Create your account, it takes less than a minute

@csrf
has('name')) is-invalid @endif" name="name" type="text" id="fullname" placeholder="Enter your name" required value="{{ old('name')}}"/> @if($errors->has('name')) {{ $errors->first('name') }} @endif
@if($errors->has('email')) {{ $errors->first('email') }} @endif
@if($errors->has('password')) {{ $errors->first('password') }} @endif
@if($errors->has('confirm_password')) {{ $errors->first('confirm_password') }} @endif
Sign up using

Already have account? Sign In

@include('layouts.shared.footer-script')