@extends('theme::layouts.app', ['title' => trans('auth.title|Register')]) @section('content')
@lang('auth.Join our community of digital creators.')
{{ $errors->first('first_name') }}
{{ $errors->first('last_name') }}
{{ $errors->first('email') }}
{{ $errors->first('password') }}
{{ $errors->first("reg_fields.{$regField->name}") }}
Billing Information
{{ $message }}
@lang('auth.By registering you agree to the terms and conditions.', ['url' => url('page/terms-of-service')])
@lang('auth.Already have an account?') @lang('auth.Log in')