@extends('frontend.user.layouts.auth-request-bg') @section('title', lang('Request Form', 'user')) @section('content')

{{ lang('Ready to get on board?', 'user') }}

{{ lang('Take your marina to the next level', 'user') }}

{{ lang('Fill this form to request for marina account.', 'user') }}

@csrf
{{--
--}}
{{--
--}} @if ($settings['terms_of_service_link'])
@endif {!! display_captcha() !!}
{!! facebook_login() !!}
@endsection