@php $headerOption = [ 'title' => $module, 'header_buttons' => [ ($permission['create'] ? ''. \Config::get('settings.icon_add') .' Add New' : '') ], 'filters' => isset($filters) ? $filters : [], 'data' => isset($data) ? $data : [] ]; @endphp @extends('admin.layouts.layout', $headerOption) @section('content')
| Offer Title {!! \App\Helpers\Helper::sort($routePrefix . '.index', 'title', $orderBy) !!} | Sponsor | Type | Funding | Duration | Status | @if ($permission['edit'] || $permission['destroy'])Action | @endif||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Elite Athlete Sponsorship |
EA
|
Elite Athletics | Cash | $5,000 | Feb–Nov 2025 | Pending | @if ($permission['edit'] || $permission['destroy'])@endif | |||||||||||||||||
| Summer Gear Partnership |
SG
|
GearUp Sports | Product | $2,500 | Jun–Aug 2025 | Active | @if ($permission['edit'] || $permission['destroy'])@endif | |||||||||||||||||
| Annual Nutrition Grant |
NG
|
NutriLife | Cash | $1,800 | Jan–Dec 2025 | Completed | @if ($permission['edit'] || $permission['destroy'])@endif | |||||||||||||||||
| Winter Training Support |
WT
|
WinterPro | Product | $1,200 | Nov 2025–Feb 2026 | Withdrawn | @if ($permission['edit'] || $permission['destroy'])@endif | |||||||||||||||||
| Spring Social Campaign |
SC
|
Socialize Inc. | Hybrid | $900 | Apr–Jun 2025 | Declined | @if ($permission['edit'] || $permission['destroy'])@endif | |||||||||||||||||
| Pro Athlete Endorsement |
PA
|
ProEndorse | Cash | $3,500 | May–Oct 2025 | Active | @if ($permission['edit'] || $permission['destroy'])@endif | |||||||||||||||||
| Fitness Equipment Grant |
FE
|
FitEquip | Product | $2,200 | Jul–Sep 2025 | Pending | @if ($permission['edit'] || $permission['destroy'])@endif | |||||||||||||||||
| Youth Sports Initiative |
YS
|
YouthFirst | Cash | $1,000 | Mar–Jul 2025 | Declined | @if ($permission['edit'] || $permission['destroy'])@endif | |||||||||||||||||
| Team Apparel Partnership |
TA
|
TeamWear | Product | $1,700 | Aug–Dec 2025 | Completed | @if ($permission['edit'] || $permission['destroy'])@endif | |||||||||||||||||
| Regional Event Sponsorship |
RE
|
EventPro | Cash | $2,800 | May–Sep 2025 | Active | @if ($permission['edit'] || $permission['destroy'])@endif | |||||||||||||||||
| {{ $val->title }} | {!! $val->statuses[$val->status]['name'] !!} | @if ($permission['edit'] || $permission['destroy']) | @if ($permission['edit']) {!! \Config::get('settings.icon_edit') !!} @endif @if ($permission['destroy'] && $val->id != auth()->user()->id) {!! \Config::get('settings.icon_delete') !!} {!! html()->form('DELETE', route($routePrefix . '.destroy', $val->id))->attributes([ 'style' => 'display:inline', 'id' => 'delete-form-' . $val->id, ])->open() !!} {!! html()->form()->close() !!} @endif | @endif|||||||||||||||||||||
|
No Data
|
||||||||||||||||||||||||