Add methods to various page controllers for handling index, store, and show actions
This commit is contained in:
@@ -4,5 +4,13 @@ namespace App\Http\Controllers;
|
||||
|
||||
class LegalPageController extends Controller
|
||||
{
|
||||
//
|
||||
public function terms()
|
||||
{
|
||||
return view('web.pages.legal.terms');
|
||||
}
|
||||
|
||||
public function privacy()
|
||||
{
|
||||
return view('web.pages.legal.privacy');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user