Advertisement
soden

Untitled

Nov 26th, 2022
710
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. <?php
  2.  
  3. namespace App\Http\Controllers;
  4.  
  5. use Illuminate\Http\Request;
  6.  
  7. class SuperadminController extends Controller
  8. {
  9.     public function index() {
  10.         return view('superadmin.index');
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement