@extends('layouts.noauth') @section('content') @include('auth.partials.side')
{{ config('app.name', 'Drask') }}

{{ __('Create an Account') }}

@csrf
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
{{ __('By clicking "Sign Up", you agree to our') }} {{ __('terms of service and privacy policy') }}. {{ __('We\'ll occasionally send you account related emails.') }}
{{ __('Already have an account?') }} {{ __('Sign In') }}
@endsection