Support Case By {{$user->name}}
| Subject | Date | Attachments |
|---|---|---|
| {{$oMessage->getSubject()}} | {{ date('d M Y H:i',strtotime($oMessage->getDate())) }} | {{$oMessage->getAttachments()->count() > 0 ? 'Yes' : 'No'}} |
@extends('layouts.master') @section('title') Support Case List By Customer @endsection @section('extra-css') @endsection @section('index')
| Subject | Date | Attachments |
|---|---|---|
| {{$oMessage->getSubject()}} | {{ date('d M Y H:i',strtotime($oMessage->getDate())) }} | {{$oMessage->getAttachments()->count() > 0 ? 'Yes' : 'No'}} |