@extends('layouts.admin') @section('content')

{{$page_title}}

@php $i=0;@endphp @foreach($support as $p) @php $i++;@endphp @endforeach
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
@endsection @section('scripts') @endsection