예제 #1
0
 /**
  * Display a listing of the resource.
  *
  * @return Response
  */
 public function index()
 {
     //   echo 'i mm here';
     $wards = Wards::all();
     return View::make('wards.index', compact('wards'));
 }