Skinbase
New staff application / contact form submission
New {{ $topicLabel }}: {{ $application->name }}
Received {{ $application->created_at->toDayDateTimeString() }}
Details
Topic {{ $topicLabel }}
Name: {{ $application->name }}
@if($application->role)
Role: {{ $application->role }}
@endif
@if($application->portfolio)
@endif
@if($application->topic === 'bug')
Bug report
@if($application->payload['data']['affected_url'] ?? false)
@endif
@if($application->payload['data']['steps'] ?? false)
Steps to reproduce:
{{ $application->payload['data']['steps'] }}
@endif
@endif
Message
{{ $application->message }}
Technical
IP: {{ $application->ip }}
User agent: {{ $application->user_agent }}