@extends('backEnd.layouts.master') @section('title', 'Dismiss History Report') @push('styles') @endpush @section('content')
| Dismissed at | Moderator | Order | Customer | Reason | Call logged? | Order note |
|---|---|---|---|---|---|---|
| {{ $row->created_at?->format('d M Y, h:i A') }} | {{ $row->user?->name ?? '—' }} |
@if($row->order)
#{{ $row->order->invoice_id }}
৳{{ number_format((float) $row->order->amount) }}
@else
—
@endif
|
{{ $row->order?->customer_name ?: '—' }}
{{ $row->order?->customer_phone }}
|
{{ $row->reason_label ?? $hub->dismissReasonLabel($row->note) }}
@if($row->note && str_starts_with($row->note, 'other:'))
{{ Str::limit(trim(substr($row->note, 6)), 80) }}
@endif
|
@if($row->had_call_before) Yes @else No call @endif | Orders page note-এ sync হয় |
| No dismiss logs in this period. | ||||||