@extends('themes.basic.layouts.auth') @section('title', translate('Complete your information')) @section('content')

{{ translate('Complete your information') }}

{{ translate('You need to complete some basic information required to log in next time') }}

@csrf
@if (@$settings->links->terms_of_use_link)
@endif
@endsection