@extends('front.app') @section('title', 'Create Account') @section('content') Create your account {{-- Success Message --}} @if(session('success')) {{ session('success') }} @endif {{-- Validation Errors --}} @if($errors->any()) {{ $errors->first() }} @endif @csrf Your Name Your Email Mobile Number Password Confirm Password I agree to the Terms & Conditions Create Account Already have an account? Sign in @endsection
Already have an account? Sign in