@extends('frontend.user.layouts.auth') @section('title', 'Register') @section('content')
{{ translate('Please fill in the details below to create your account.', 'auth') }}
{{ translate('Already have an account?', 'auth') }} {{ translate('Log in here', 'auth') }}
{!! replacePlaceholders(translate('sign up agreement', 'auth'), [ 'terms' => '' . translate('Terms of Service', 'auth') . '', 'privacy' => '' . translate('Privacy Policy', 'auth') . '', ]) !!}