@extends('backEnd.layouts.master') @section('title','Order Activities') @push('styles') @endpush @section('content')
| Date & Time | Order | Activity Type | Content | Performed By | Action |
|---|---|---|---|---|---|
|
{{ $h->created_at->format('d M Y') }}
{{ $h->created_at->format('g:i A') }}
|
@if($h->order) #{{ $h->order->id }} @else — @endif | {{ $h->activity_type_label }} |
{{ $content }}
@if($h->extra_data && !empty($h->extra_data['tracking_code']))
{{ $h->extra_data['tracking_code'] }}
@endif
|
{{ $h->performerLabel() }} | |
|
No activities found. Courier webhook বা status change হলে এখানে log দেখাবে।
|
|||||