@extends('layouts.admin') @section('title', 'Ticket ' . $supportTicket->ticket_number) @section('page_title', 'Ticket #' . $supportTicket->ticket_number) @section('content')
@if($message = Session::get('success'))Created on {{ $supportTicket->created_at->format('M d, Y H:i') }}
{{ $supportTicket->description }}
{{ $reply->message }}
@if($reply->attachment) {{ $reply->attachment }} @endif {{ $reply->created_at->format('M d, Y H:i') }}No replies yet.
@endforelse{{ ucfirst(str_replace('_', ' ', $supportTicket->category)) }}
{{ ucfirst($supportTicket->priority) }}
@if($supportTicket->status === 'open') Open @elseif($supportTicket->status === 'in_progress') In Progress @elseif($supportTicket->status === 'resolved') Resolved @else Closed @endif
{{ $supportTicket->replies->count() }}