@extends('layouts.charity') @section('content') @if(!request()->get('hasDonated')) @include('partials.form.donate') @endif Donate and get your map @include('components.notification-message') @include('partials.map', ["type" => "single"]) @endsection