@extends('layouts.admin') @section('content')
| ID# | Date | Ticket Number | Subject | Status | Action |
|---|---|---|---|---|---|
| {{ $i }} | {{ \Carbon\Carbon::parse($p->created_at)->format('d F Y h:i A') }} | {{ $p->ticket_number }} | {{ $p->subject }} | @if($p->status == 1) Opened @elseif($p->status == 2) Answered @elseif($p->status == 3) Customer Reply @elseif($p->status == 9) Closed @endif | View |