@extends('layouts.charity') @section('content') @if(!request()->get('hasDonated')) @endif

Donate  

and get your map

@include('components.notification-message')
@include('partials.map', ["type" => "single"]) @endsection