예제 #1
0
 /**
  * Display a listing of the resource.
  *
  * @return Response
  */
 public function index(StructureG $structuresG)
 {
     return view('Shared.mosaic')->with('collection', $structuresG->getAll())->with('title', 'Les structures')->with('titre_page', 'Structures');
 }