コード例 #1
0
ファイル: TaController.php プロジェクト: udibagas/sidik
 /**
  * Display a listing of the resource.
  *
  * @return \Illuminate\Http\Response
  */
 public function index()
 {
     return view('ta.index', ['tas' => Ta::paginate(10)]);
 }