/**
  * Display a listing of the resource.
  *
  * @return \Illuminate\Http\Response
  */
 public function index()
 {
     $this->data['model'] = MailTrackingStatus::paginate(10);
     return $this->renderPage();
 }