Advertisement
fadlyshafa

Untitled

May 16th, 2020
1,101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. ....
  2. class Beranda_controller extends Controller
  3. {
  4.     public function index(){
  5.         $data['title'] = 'Beranda';
  6.  
  7.         return view('beranda.index',$data);
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement