Exemplo n.º 1
0
 public function EmployeesOptions()
 {
     return view('admin.pages.employees')->with('employees', $this->employee->setup())->with('stations', Station::all());
 }
Exemplo n.º 2
0
 /**
  * @return \Illuminate\Database\Eloquent\Collection|static[]
  */
 public function all()
 {
     return Station::all();
 }