@extends('front.layouts.master')
@section('main_content')
@include('agent.sidebar.index')
| SL |
Subject |
Customer |
Date & Time |
Action |
@foreach ($messages as $item)
| {{ $loop->iteration }} |
{{ $item->subject }} |
{{ $item->user->name }},
{{ $item->user->email }}
|
{{ $item->created_at->format('d M Y') }}
{{ $item->created_at->format('h:i A') }}
|
|
@endforeach
@endsection