@extends('layouts.app') @section('styles') @endsection @section('content')
@foreach ($listings as $listing) @if($listing->ranked == 1)
{{$listing->fund_title}}

{{$listing->fund_url}}

@endif @endforeach
@foreach ($listings as $listing) @if ($listing->ranked == 2)
{{$listing->fund_title}}

{{$listing->fund_url}}

@endif @if ($listing->ranked == 3)
{{$listing->fund_title}}

{{$listing->fund_url}}

@endif @endforeach
@foreach ($listings as $listing) @if ($listing->ranked == 4)
{{$listing->fund_title}}

{{$listing->fund_url}}

@endif @if ($listing->ranked == 5)
{{$listing->fund_title}}

{{$listing->fund_url}}

@endif @endforeach
Add Fundraiser Compaign Data
EXPLORE PROJECTS:
Flood Relief Education Hurricanes Storms Earthquake Racial Justice Child Protection Food Security Gender Equality COVID-19 ALL PROJECTS
@endsection