@extends('themes.basic.auth.layout') @section('no_index', true) @section('title', d_trans('Complete Details')) @section('content')

{{ d_trans('Complete Details') }}

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

@csrf
@if (config('settings.links.terms_of_use_link'))
@endif
@endsection