@extends('layouts.auth') @section('title', translate('Complete your information', 'auth')) @section('content')
{{ translate('Complete your information', 'auth') }}
{{ translate('Some information is missing that you have to set.', 'auth') }}
@csrf
{{ translate('Email address', 'forms') }}
{{ translate('Password', 'forms') }}
{{ translate('Confirm password', 'forms') }}
{{ translate('Continue', 'auth') }}
@endsection