@extends('layouts.app', ['class' => 'register-page', 'page' => __('Register Page'), 'contentClass' => 'register-page']) @section('content')

{{ __('Signal') }}

{{ __('Signals work on any broker platform and can be received on any device.') }}

{{ __('Best tool for binary options trading') }}

{{ __('Software provides a full range of analytical tools online,a convinient interface for working with any broker.') }}

{{ __('Built Audience') }}

{{ __('An ideal set of tools for successful trading. Learning binary options trading for a beginner.') }}

Card image

{{ __('Register') }}

@csrf
@include('alerts.feedback', ['field' => 'name'])
@include('alerts.feedback', ['field' => 'email'])
@include('alerts.feedback', ['field' => 'password'])
@endsection