@extends('layout.app')
@section('page-title', 'Apply – Trade Partner Program')
@section('breadcrumb')
@endsection
@section('content')
@endsection
@section('modals')
@include('partials.modals._trade_apply_callback')
@include('partials.modals._trade_partner_login')
@include('partials.modals._trade_partner_forgot_password')
@endsection
@push('after-foot-js')
@if(!empty($recaptcha_site_key))
@endif
@endpush