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