@extends('layouts.app') @section('title', 'Kol Management') @section('content')

KOL Management

@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif
List KOL Management
@foreach ($kolManagements as $kolManagement) @endforeach
TANGGAL INPUT USERNAME FOLLOWERS TIPE WHATSAPP RATECARD KOL RATECARD DEAL TARGET VIEWS AVERAGE VIEWS AKUN CPV ENGAGEMENT RATE AKUN VIEWS ACHIEVED DEAL POST SETUJU ? STATUS BAYAR STATUS PENGIRIMAN Aksi
{{ $kolManagement->created_at->format('Y-m-d') }} {{ $kolManagement->rawTiktokAccount->unique_id ?? '-' }} {{ $kolManagement->rawTiktokAccount->follower ?? '-' }} @if ($kolManagement->type_payment == 'after') Pembayaran Setelah Posting @else Pembayaran Sebelum Posting @endif {{ $kolManagement->rawTiktokAccount->whatsapp_number ?? '-' }} {{ $kolManagement->ratecard_kol }} {{ $kolManagement->ratecard_deal }} {{ $kolManagement->target_views }} {{ $kolManagement->rawTiktokAccount->avg_views ?? '-' }} {{ round($kolManagement->ratecard_deal / $kolManagement->rawTiktokAccount->avg_views) }} {{ round(($kolManagement->rawTiktokAccount->follower / $kolManagement->rawTiktokAccount->avg_views) * 100, 2) }}% {{ $kolManagement->views_achieved }} {{ $kolManagement->deal_post }} {{ $kolManagement->status }} @if ($kolManagement->type_payment == 'after') @if ($kolManagement->tiktokInvoice) @if ($kolManagement->tiktokInvoice->status == 'pending') Pengajuan Finance @elseif($kolManagement->tiktokInvoice->status == 'process') Pembayaran Diproses @elseif($kolManagement->tiktokInvoice->status == 'paid') Sudah Dibayarkan @else Dibatalkan @endif @else Buat Invoice @endif @else Pembayaran Setelah Selesai @endif @if ($kolManagement->kolShipment) {{ $kolManagement->kolShipment->status }} @else @endif @if ($kolManagement->status == 'pending')
@csrf
@csrf
@endif
@push('scripts') @endpush @endsection