@extends('backEnd.layouts.master') @section('title','Order Activities') @push('styles') @endpush @section('content')

Order Activities

Reset
@forelse($histories as $h) @php $content = $h->note ?? ('Status has been updated to ' . $h->status_label); @endphp @empty @endforelse
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 দেখাবে।
@if($histories->hasPages())
{{ $histories->links() }}
@endif
@endsection @push('scripts') @endpush