@extends('layouts.app') @section('title', 'Sign In - Additional Design') @section('styles') @endsection @section('content')

Sign In

Create an account or continue as guest to access your orders and custom designs

@if (session('error'))
{{ session('error') }}
@endif @if ($errors->any())
{{ $errors->first() }}
@endif Sign in with Google
or
Continue as Guest
By signing in, you agree to our Terms of Service and Privacy Policy
@endsection