middleware('tenancy'); } public function asset($path) { try { return response()->file(storage_path("app/public/$path")); } catch (\Throwable $th) { abort(404); } } }