@extends('themes.flaty.layouts.auth') @section('title', translate('Sign Up', 'auth')) @section('content')

{{ translate('Sign Up', 'auth') }}

{{ translate('Enter your details to create an account.', 'auth') }}

@csrf
@if ($settings->general->terms_of_service_link)
@endif
@endsection