@extends('layouts.admin') @section('title', 'Airdrops') @section('content')
Create and manage reward campaigns available to users.
| Campaign | Reward | Allocation claimed | Schedule | Status | |
|---|---|---|---|---|---|
| {{ $campaign->name }} {{ str($campaign->description)->limit(70) }} | {{ rtrim(rtrim($campaign->reward_amount, '0'), '.') }} {{ $campaign->asset->symbol }} | {{ rtrim(rtrim($campaign->claimed_allocation, '0'), '.') }} / {{ rtrim(rtrim($campaign->total_allocation, '0'), '.') }} | {{ $campaign->starts_at->format('M j') }} – {{ $campaign->ends_at->format('M j, Y') }} | Edit | |
| No airdrop campaigns have been created. | |||||