$supplier]); } /** * Show the form for editing the specified resource. */ public function edit(Supplier $supplier) { return view('supplier.edit', ['supplier' => $supplier]); } }