voting added

This commit is contained in:
HolgerHatGarKeineNode
2023-03-10 23:03:19 +01:00
parent 4905134ea6
commit c2b7042eab
50 changed files with 1955 additions and 592 deletions

View File

@@ -0,0 +1,6 @@
<div class="w-full mb-4 md:w-auto md:mb-0">
<x-button :href="route('project.projectProposal.form', ['country' => $country, 'projectProposal' => null])">
<i class="fa fa-thin fa-plus"></i>
{{ __('Submit project for funding') }}
</x-button>
</div>