@extends('layouts.admin') @section('title', 'communication Log') @section('content')
| Merchant | Channel | Direction | Summary | Logged By | Date | Actions |
|---|---|---|---|---|---|---|
| {{ $log->merchant->name }} | {{ $log->channel }} | {{ ucfirst($log->direction) }} | {{ Str::limit($log->summary, 50) }} | {{ $log->loggedBy->name }} | {{ $log->created_at->format('d M Y, H:i') }} | Edit |
| No communication logs found. | ||||||