Merge branch 'main' of https://git.tp.ac.id/baghizadizn/web-mooc
This commit is contained in:
commit
6b313e6996
@ -44,7 +44,6 @@ class SettingController extends Controller
|
||||
|
||||
public function website_settings()
|
||||
{
|
||||
|
||||
return view("admin.setting.website_setting");
|
||||
}
|
||||
public function website_settings_update(Request $request)
|
||||
|
||||
@ -52,6 +52,11 @@
|
||||
<input type="text" name = "twitter" id = "twitter" class="form-control ol-form-control" value="{{ get_frontend_settings('twitter') }}">
|
||||
</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">
|
||||
<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') }}">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user