@extends('app') @section('content') @include('layout.admin_sidebar')
| # | Fundraiser | Image | Sub Title | Title | Status | Actions | |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $discover->fundraiser_org_name }} -
{{ $discover->fundraiser_code }} - {{ $discover->fundraiser_first_name }}
{{ $discover->fundraiser_last_name ? $discover->fundraiser_last_name : '' }}
@if ($discover->fundraiser_org_status == 0)
( Campaign Activate) @else (Campaign Inactivate) @endif |
@php
$imagePath = 'discover_fundraising_campaign/' . $discover->image;
$imageUrl = asset('storage/' . $imagePath);
@endphp
@if ($discover->image)
|
{{ $discover->sub_title }} | {{ $discover->title }} |
@if ($discover->fundraiser_org_status == 0)
Edit
Delete
{{-- Delete --}}
@endif
|
||
| No Fundraising Campaigns Are Available. | |||||||