name; $img = Material::query()->where('title', $name)->first(); return view('image', compact('img')); } }