Exemplo n.º 1
0
 /**
  * Display a listing of the Prefix.
  *
  * @return Response
  */
 public function index()
 {
     $prefixes = $this->prefixRepository->paginate(10);
     return view('prefixes.index')->with('prefixes', $prefixes);
 }