@extends('layouts.app') @section('title', 'Register - PropTrader Pro') @section('styles') @endsection @section('content')
PropTrader Pro

Join PropTrader Pro

Start your trading journey today

Free Registration
@csrf @if ($errors->any())
{{ implode(' ', $errors->all()) }}
@endif

Already have an account? Sign in

@endsection