validated()); } /** * Display the specified resource. */ public function show(Quote $quote) { // } /** * Show the form for editing the specified resource. */ public function edit(Quote $quote) { // } /** * Update the specified resource in storage. */ public function update(UpdateQuoteRequest $request, Quote $quote) { // } /** * Remove the specified resource from storage. */ public function destroy(Quote $quote) { // } }