@extends('admin.layouts.app') @php $ticket_status = config('common.ticket_status'); @endphp @section('content')
List of Tickets
Ticket ID | @endifPortfolio Number | EV Details | Ticket date | Subject | {{--Question | Answer | --}}Stage Detail | Status | Action |
---|---|---|---|---|---|---|---|---|---|
{{ $ticket->id }} | @endif{{ $ticket->portfolio_number }} |
{{ $ticket->first_name." ".$ticket->last_name }} {{ $ticket->email }} |
{{ dateformat($ticket->created_at,DISPLAY_DATE)}} | {{ $ticket->subject }} | {{--{{ $ticket->question }} | {{ $answer }} | --}}
@if(!empty($ticket->stage_id))
Stage {{$ticket->stage_id}} >>
({{$stage_name}})
{{$ticket->as_title}}
@else
N/A
@endif
|
{{ucfirst($ticket->status)}} | @if($ticket->ticketDetails()->isEmpty()) @if($ticket->status == "completed") @else @endif @endif @if($ticket->status == "pending") @endif @if(!$ticket->ticketDetails()->isEmpty()) @endif |