@extends('frontend.user.layouts.auth') @section('title', lang('Sign Up', 'user')) @section('content')

{{ lang('Create account', 'user') }}

{{ lang('Fill this form to create a new account.', 'user') }}

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