@extends('layouts.app') @section('title','Commissions') @section('content')
| ID | User | Type | Amount | Meta | Date | Action |
|---|---|---|---|---|---|---|
| {{ \$c->id }} | {{ \$c->user_id }} | {{ \$c->type }} | {{ \$c->amount }} | {{ \$c->meta }} | {{ \$c->created_at }} | @if(\$c->type=='stage_pending')@endif |