@extends('frontend.layouts.master') @section('title') What we do @endsection @section('main-content') @include('frontend.layouts.notification')

What we do

Our What we do

The what we do that we care about

@if(count($causes)>0) @foreach($causes as $cause)
@php $photo=explode(',',$cause->photo); @endphp

{{$cause->title}}

{!! ($cause->description) !!}

Volunteer
@endforeach @endif
@endsection