← {{ __('Back to inbox') }}
{{ __('New ticket') }} {{ __('Create a ticket manually. The customer is not emailed at this stage.') }}
{{ __('No store (unassigned)') }} @foreach ($this->availableStores as $store) {{ $store->name }} @endforeach @foreach (\App\Enums\TicketPriority::cases() as $priority) {{ ucfirst($priority->value) }} @endforeach
{{ __('Create ticket') }} {{ __('Cancel') }}