added serahan v3

This commit is contained in:
hafifierahman
2025-02-19 01:07:27 +08:00
committed by Hafifie PKB
parent d8de04ade9
commit 6f52b6256f
4 changed files with 181 additions and 81 deletions
+28
View File
@@ -0,0 +1,28 @@
<?php
namespace App\View\Components;
use Illuminate\View\Component;
class AutoSerah extends Component
{
/**
* Create a new component instance.
*
* @return void
*/
public function __construct()
{
//
}
/**
* Get the view / contents that represent the component.
*
* @return \Illuminate\View\View|string
*/
public function render()
{
return view('components.auto-serah');
}
}