@extends('layouts.blank') @section('content')
Back to Pixelfed

Contact Form Response

Ticket ID #{{$contact->id}}

@{{$contact->user->username}}
{{$contact->user->name}}

You sent the following inquiry:

{{ $contact->message }}

You sent this inquiry on {{$contact->created_at->format('M d, Y')}} at {{$contact->created_at->format('h:i:s a e')}}

@if($contact->response)

The admin(s) responded to your inquiry:

{{ $contact->response }}
@if($contact->responded_at)

The response was created on {{$contact->responded_at->format('M d, Y')}} at {{$contact->responded_at->format('h:i:s a e')}}

@endif

If you would like to respond, use the contact form.

@endif
@endsection