@extends('frontend.layouts.app') @section('content') @if( isset( $module->module_banner_image ) ) @php $bannerImage = asset('module-banner/'.$module->module_banner_image); @endphp @endif

Fundraisers

@if( isset($events) && count($events))
@foreach($events as $event)

{!!$event->fundrazier_logo_title!!}

{!!substr(strip_tags($event->overview_description),0,100)!!} .

@endforeach
@else

No fundraisers founds!

@endif
@endsection @section('scripts') @endsection