@extends('layouts.app') @section('content')

TikTok Invoice

@if (session('success')) @endif
DATA TikTok Invoice
@forelse ($tiktokInvoices as $invoice) @empty @endforelse
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
@csrf @method('DELETE')
No TikTok Invoices found.
@endsection