@extends('front.layouts.master') @section('main_content')

Agent Messages

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