@extends('main') @section('content') Sign Up @csrf @if (session('success')) @endif @if ($errors->has('first_name')) @elseif ($errors->has('last_name')) @elseif ($errors->has('email')) @elseif ($errors->has('password')) @elseif ($errors->has('error')) @endif First Name Last Name Email Password Confirm Password Sign Up Already have an account? Let's Sign In @endsection @push('scripts') @endpush
Already have an account? Let's Sign In