@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
@endsection