@extends('master.front') @section('title') {{__('Dashboard')}} @endsection @section('content')
{{__('Subject')}} # | {{__('Status')}} | {{__('Last Reply')}} | {{__('Action')}} | |
---|---|---|---|---|
{{$ticket->subject}} | {{$ticket->status}} | @if ($ticket->lastMessage){{ \Carbon\Carbon::parse($ticket->lastMessage->created_at)->diffForHumans() }} | @else{{__('No Reply')}} | @endif{{__('View')}} {{__('Delete')}} |
{{__('Ticket Not Found')}} |