JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "7ab88e7f9fdcf06c06aa1ddf3b3e5ae2.php"

Full Path: /home/u743136113/domains/arvi.seezify.com/public_html/storage/framework/views/7ab88e7f9fdcf06c06aa1ddf3b3e5ae2.php
File size: 1.33 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"><?php echo e(get_phrase('Facebook')); ?></label>
    <div class="col-sm-8">
        <input type="text" name="facebook" class="form-control ol-form-control" id="title"
            <?php if(isset($instructor->facebook)): ?> value="<?php echo e($instructor->facebook); ?>" <?php endif; ?>>
    </div>
</div>

<div class="row mb-3">
    <label for="title" class="form-label ol-form-label col-sm-2 col-form-label"><?php echo e(get_phrase('Twitter')); ?></label>
    <div class="col-sm-8">
        <input type="text" name="twitter" class="form-control ol-form-control" id="title"
            <?php if(isset($instructor->twitter)): ?> value="<?php echo e($instructor->twitter); ?>" <?php endif; ?>>
    </div>
</div>
<div class="row mb-3">
    <label for="title" class="form-label ol-form-label col-sm-2 col-form-label"><?php echo e(get_phrase('Linkedin')); ?></label>
    <div class="col-sm-8">
        <input type="text" name="linkedin" class="form-control ol-form-control" id="title"
            <?php if(isset($instructor->linkedin)): ?> value="<?php echo e($instructor->linkedin); ?>" <?php endif; ?>>
    </div>
</div>
<?php /**PATH /home/u743136113/domains/academy.seezify.com/public_html/resources/views/admin/instructor/create_social.blade.php ENDPATH**/ ?>