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

Advertising tasks

@forelse($tasks as $t)
{{$t->title}}{{$t->platform}} · {{$t->status}}
₦{{number_format($t->earnings+$t->bonus,2)}}
@empty

No advertising tasks have been assigned to you yet.

@endforelse
@endsection