Esempio n. 1
0
 /**
  * Display a listing of the resource.
  *
  * @return Response
  */
 public function index()
 {
     return view('admin.brand.index', ['route_base_url' => 'brand', 'model_name' => '\\App\\Models\\Brand', 'model_items' => \App\Models\Brand::paginate()]);
 }