@extends('template.desktop.app') @push('styles') @endpush @section('content')
@if(session('success')) @endif
@forelse($data as $item) @empty @endforelse
Tanggal Media Produk Akun Iklan Spent Result CPC Aksi
{{ \Carbon\Carbon::parse($item->tanggal)->format('d M Y') }} {{ $item->media }} {{ $item->produk }} {{ $item->akun_iklan }} Rp {{ number_format($item->spent, 0, ',', '.') }} {{ $item->result }} Rp {{ number_format($item->cpc, 0, ',', '.') }}
@csrf @method('DELETE')
Belum ada data spending
@include('spending_advertising.partials.modal-create') @include('spending_advertising.partials.modal-account') @include('spending_advertising.partials.modal-sync-date') @endsection @push('scripts') @endpush