@extends('layouts.app-admin') @section('title', 'Royalties Management') @section('content')
| ID | User | Role | Content | Period | Streams | Amount | Status | Date | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ $royalty['id'] }} |
{{ $royalty['user_name'] }}
|
{{ $royalty['role'] }} | {{ $royalty['content_type'] }} {{ $royalty['content_name'] }} | {{ $royalty['period'] }} | {{ number_format($royalty['streams']) }} | Rp {{ number_format($royalty['amount']) }} | @if ($royalty['status'] == 'Pending') Pending @elseif($royalty['status'] == 'Processed') Processed @elseif($royalty['status'] == 'Paid') Paid @else Cancelled @endif | {{ $royalty['date'] }} |