JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "edit_social.blade.php"
Full Path: /home/u735268861/domains/palsarh.in/public_html/resources/views/admin/admin/edit_social.blade.php
File size: 1.04 KB
MIME-type: text/plain
Charset: utf-8
<div class="row mb-3">
<label for="title" class="form-label ol-form-label col-sm-2 col-form-label">{{ get_phrase('Facebook') }}</label>
<div class="col-sm-8">
<input type="text" name="facebook" class="form-control ol-form-control" id="title"
@isset($admin->facebook) value="{{ $admin->facebook }}" @endisset>
</div>
</div>
<div class="row mb-3">
<label for="title" class="form-label ol-form-label col-sm-2 col-form-label">{{ get_phrase('Twitter') }}</label>
<div class="col-sm-8">
<input type="text" name="twitter" class="form-control ol-form-control" id="title"
@isset($admin->twitter) value="{{ $admin->twitter }}" @endisset>
</div>
</div>
<div class="row mb-3">
<label for="title" class="form-label ol-form-label col-sm-2 col-form-label">{{ get_phrase('Linkedin') }}</label>
<div class="col-sm-8">
<input type="text" name="linkedin" class="form-control ol-form-control" id="title"
@isset($admin->linkedin) value="{{ $admin->linkedin }}" @endisset>
</div>
</div>