mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
voting added
This commit is contained in:
@@ -4,6 +4,7 @@ namespace App\Http\Livewire\ProjectProposal;
|
|||||||
|
|
||||||
use App\Models\Country;
|
use App\Models\Country;
|
||||||
use Livewire\Component;
|
use Livewire\Component;
|
||||||
|
use RalphJSmit\Laravel\SEO\Support\SEOData;
|
||||||
|
|
||||||
class ProjectProposalTable extends Component
|
class ProjectProposalTable extends Component
|
||||||
{
|
{
|
||||||
@@ -11,6 +12,12 @@ class ProjectProposalTable extends Component
|
|||||||
|
|
||||||
public function render()
|
public function render()
|
||||||
{
|
{
|
||||||
return view('livewire.project-proposal.project-proposal-table');
|
return view('livewire.project-proposal.project-proposal-table')->layout('layouts.app', [
|
||||||
|
'SEOData' => new SEOData(
|
||||||
|
title: __('Project Proposal'),
|
||||||
|
description: __('Submit a project proposal and let the community vote on it through the elected voters. All other community members can also vote.'),
|
||||||
|
image: asset('img/voting.jpg')
|
||||||
|
),
|
||||||
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user