tambahan social instagram

This commit is contained in:
baghizadizn 2025-11-21 12:31:36 +07:00
parent d2ac14a48f
commit e97e099057
2 changed files with 5 additions and 1 deletions

View File

@ -44,7 +44,6 @@ class SettingController extends Controller
public function website_settings() public function website_settings()
{ {
return view("admin.setting.website_setting"); return view("admin.setting.website_setting");
} }
public function website_settings_update(Request $request) public function website_settings_update(Request $request)

View File

@ -52,6 +52,11 @@
<input type="text" name = "twitter" id = "twitter" class="form-control ol-form-control" value="{{ get_frontend_settings('twitter') }}"> <input type="text" name = "twitter" id = "twitter" class="form-control ol-form-control" value="{{ get_frontend_settings('twitter') }}">
</div> </div>
<div class="fpb-7 mb-3">
<label class="form-label ol-form-label" for="instagram">{{ get_phrase('Instagram') }}</label>
<input type="text" name = "instagram" id = "instagram" class="form-control ol-form-control" value="{{ get_frontend_settings('instagram') }}">
</div>
<div class="fpb-7 mb-3"> <div class="fpb-7 mb-3">
<label class="form-label ol-form-label" for="linkedin">{{ get_phrase('Linkedin') }}</label> <label class="form-label ol-form-label" for="linkedin">{{ get_phrase('Linkedin') }}</label>
<input type="text" name = "linkedin" id = "linkedin" class="form-control ol-form-control" value="{{ get_frontend_settings('linkedin') }}"> <input type="text" name = "linkedin" id = "linkedin" class="form-control ol-form-control" value="{{ get_frontend_settings('linkedin') }}">