Beispiel #1
0
 /**
  * Display a listing of the resource.
  *
  * @return Response
  */
 public function index()
 {
     //
     $school = \App\School::first();
     return view('reports.show')->with('title', 'SMS|REPORT')->with('school', $school);
 }