Пример #1
0
 protected function showDashboard()
 {
     $vehicles = Vehicle::allowed()->get();
     return view('dashboard', compact('vehicles'));
 }