@extends('layouts.app') @section('content')
@if (session('success'))TANGGAL INPUT | KOL TRX | USERNAME | NAMA BANK | NAMA AKUN | NOMOR AKUN | STATUS INVOICE | FILE | Aksi | |
---|---|---|---|---|---|---|---|---|---|
{{ $invoice->created_at->format('Y-m-d') }} | {{ $invoice->kolManagement->kol_trx_no }} | {{ $invoice->rawTiktokAccount->unique_id }} | {{ $invoice->bank ? $invoice->bank->name : '-' }} | {{ $invoice->account_name ?? '-' }} | {{ $invoice->account_number != 0 ? $invoice->account_number : '-' }} | @if ($invoice->type == 'shipping_cost') Invoice Pengiriman @else Invoice Influencer @endif | {{ $invoice->status }} | @if ($invoice->file_upload) Download @else - @endif | |
No TikTok Invoices found. |