@extends('layouts.main') @push('title') Register @endpush @section('main-section')

Register

Unlock your financial potential and pave your path to prosperity through smart investments and strategic decisions. Explore opportunities and embark on your journey to financial freedom today.

@if (session()->has('success_message'))
{{ session()->get('success_message') }}
@endif @if(count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{--
--}}

Member Register

{{ csrf_field() }}
{{-- --}} {{-- --}} I agree to the Terms of service and Privacy policies of myhealthfree.com
Already have an account? Login
@endsection