@extends('layouts.app') @section('title', 'Ticket #'.$ticket->id) @section('content')
Initial Message:
{{ $ticket->message }}
@if ($ticket->file_path)📎 Download Attachment
@endif @if($ticket->admin_response)Admin Response:
{{ $ticket->admin_response }}
Status: {{ ucfirst($ticket->status) }}
{{ $msg->message }}
No replies yet.
@endforelseThis ticket is closed and no longer accepts replies.
@endif