Exemplo n.º 1
0
 public function index()
 {
     $db = Sent::listing(20);
     return view('sent.index')->with('data', $db);
 }