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