One of us ?
Sign up today and unlock a world of possibilities! Create your account in just a few simple steps to gain access to exclusive features.
@extends('frontend.layouts.app')
@section('title', 'Register')
@section('content')
@php
use Illuminate\Support\Facades\Cookie;
@endphp
@push('style')
@endpush
{{--
@if (session()->has('status'))
{{ __('Successfully signed up.') }}
@endif
@include('common.alert')