penambahan route memo, dan lpj
This commit is contained in:
@@ -54,6 +54,25 @@ class PenilaiController extends Controller
|
||||
//
|
||||
}
|
||||
|
||||
public function sederhana()
|
||||
{
|
||||
return view('lpj::laporan.sederhana_index');
|
||||
}
|
||||
|
||||
public function standard()
|
||||
{
|
||||
return view('lpj::laporan.standard_index');
|
||||
}
|
||||
|
||||
public function resume(){
|
||||
return view('lpj::resume.index');
|
||||
}
|
||||
|
||||
public function memo(){
|
||||
return view('lpj::resume.index');
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Show the specified resource.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user