first
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use App\Models\PusatMengundi;
|
||||
use Illuminate\View\View;
|
||||
|
||||
class PublicApplicationPlaceholderController extends Controller
|
||||
{
|
||||
public function create(PusatMengundi $pusatMengundi): View
|
||||
{
|
||||
return view('public.application-placeholder', [
|
||||
'pusatMengundi' => $pusatMengundi->load('daerahMengundi'),
|
||||
]);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user