spoutnikfr

Results 1 comments of spoutnikfr

patched with ` public function index(SettingRequest $request) { $settings = Setting::all(); return $this->response->setMetaTitle(trans('settings::setting.names')) ->view('settings::index') ->data(compact('settings')) ->output(); } ` > $settings = Setting::all();