@extends('layouts.administrator.app') @push('page-css') @endpush @section('content')

{{ $title ?? '' }}

{{ $total }}

Total


{{ $totalPending }}

Pending


{{ $totalSukses }}

Sukses

{{ $totalGagal }}

Gagal

{{-- Filter --}}
{{--
--}}
{{-- Card --}}
@foreach ($data as $item)
{{ $item->status }}
Rp

{{ number_format($item->price, 0, '.', '.') }}

{{ $item->created_at->format('d/m/Y H:i:s') }} Invoice: {{ $item->invoice }} Produk: {{ $item->product_name }} Tujuan: {{ $item->target }} Ket: {{ $item->message }} Serial Number: {{ $item->sn }}
{{--
--}}
@endforeach
{{-- Modal Margin Share --}}
{{-- Modal Margin Print --}}
@endsection @push('page-js') @endpush