tambahan social instagram
This commit is contained in:
parent
d2ac14a48f
commit
e97e099057
@ -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)
|
||||||
|
|||||||
@ -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') }}">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user