update(['email_subject' => $request->email_subject]); return back()->with(['status' => 'Email Subject Updated Successfully']); } }