Exemplo n.º 1
0
 public function index(Advantage $advantage, Crew $crew)
 {
     $this->data['about'] = json_decode(file_get_contents(storage_path() . '/administrator_settings/about.json'));
     $this->data['advantages'] = $advantage->getAdvantages();
     $this->data['crew'] = $crew->getCrew();
     return view('pages.about', $this->data);
 }