public function index()
 {
     $quotes = $this->quotes->latest()->paginate();
     return view('quotes.index')->withQuotes($quotes);
 }