@extends('layouts.app') @section('title', __('member.login.gateway_page_title')) @section('content')
@if (session('status'))
@endif @if ($errors->any())
@endif @if (session('error'))
@endif @if (session('warning'))
@endif @include('trainings.partials.register-account-gateway', [ 'training' => null, 'registerVerifyEmail' => $registerVerifyEmail ?? null, 'registerVerifyToken' => $registerVerifyToken ?? null, ]) @endsection