@extends('backend.master') @section('content')
| # | Title | Principal | Bonus % | Badge | Validity | Sort | Status | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $p->id }} | {{ $p->title }} | {{ number_format($p->principal_amount,2) }} | {{ number_format($p->bonus_percent,2) }} | @if($p->badge_text) {{ $p->badge_text }} @else — @endif | — | {{ $p->sort_order }} | {{ ucfirst($p->status) }} | |
| No packages | ||||||||