/**
  * Display a listing of the resource.
  *
  * @return Response
  */
 public function index()
 {
     $lastFooters = Footer::latest()->get();
     return view('footer.index', compact('lastFooters'));
 }