@extends('backEnd.layouts.master') @section('title', 'Dismiss History Report') @push('styles') @endpush @section('content')

Dismiss History Report

Hub ✓ dismiss proof — কে, কখন, কেন, call ছাড়াই dismiss হয়েছে কিনা
Total Dismiss
{{ $summary['total'] }}
Call ছাড়াই dismiss
{{ $summary['without_call'] }}
Call log আছে তারপর dismiss
{{ $summary['with_call'] }}
Dismiss log details
@forelse($rows as $row) @empty @endforelse
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.
@if($rows->hasPages()) @endif
@endsection