@extends('merchant.layout') @section('title','Ticket Details') @section('content')
Subject: {{ $ticket->subject }}
Priority: {{ ucfirst($ticket->priority ?? 'normal') }}
Created: {{ $ticket->created_at->format('d M Y') }}
Last Update: {{ $ticket->updated_at->format('d M Y') }}