<?php if(!function_exists('get_pengguna')){ function get_pengguna(){ DB::table('tbl_pengguna')->get(); return $data; } } ?>