|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/easysfm.edukrypt.in/storage/framework/views/ |
Upload File : |
<?php $__env->startSection('content'); ?>
<!-- begin::main content -->
<main class="main-content">
<div class="container">
<!-- begin::page header -->
<div class="page-header">
<h3>Upload Video (CSV)</h3>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="<?php echo e(asset('dashboard')); ?>">Dashboard</a></li>
<li class="breadcrumb-item active" aria-current="page">
<a href="<?php echo e(asset('admin/video-list')); ?>">Server Video List</a>
</li>
<li class="breadcrumb-item active" aria-current="page">CSV Upload Video</li>
</ol>
</nav>
</div>
<!-- end::page header -->
<div class="card">
<div class="card-body">
<?php if (isset($component)) { $__componentOriginal8a5ba9c90b64d384232e9948b1023e746ba08e74 = $component; } ?>
<?php $component = $__env->getContainer()->make(App\View\Components\FlashMessage::class, []); ?>
<?php $component->withName('flashMessage'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php $component->withAttributes([]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal8a5ba9c90b64d384232e9948b1023e746ba08e74)): ?>
<?php $component = $__componentOriginal8a5ba9c90b64d384232e9948b1023e746ba08e74; ?>
<?php unset($__componentOriginal8a5ba9c90b64d384232e9948b1023e746ba08e74); ?>
<?php endif; ?>
<form method="POST" action="<?php echo e(asset('admin/csv-upload-video')); ?>" enctype="multipart/form-data">
<?php echo csrf_field(); ?>
<?php if($errors->has('file-input')): ?>
<div class="error">
<?php echo e($errors->first('file-input')); ?>
</div>
<?php endif; ?>
<input style="width: 200px; margin-right:5px;" multiple type="file" id="csv"
name="csv" class="form-control fileinput-button input-sm pull-left" />
<button type='submit' class="btn btn-success" id="do_submit" name="do_submit">
<i class="fa fa-upload"></i> Start Uploading
</button>
<a href='<?php echo e(asset('admin/video-list')); ?>' class="btn btn-primary text-white pull-right">
<i class="fa fa-list"></i> Server Video List
</a>
</form>
</div>
</div>
<span id="message-text" class="text-danger"></span>
<div class="card">
<div id="file-list-display" class="card-body">
<a class="text-primary" target="_blank" href='<?php echo e(asset('public/sample_csv_video.csv')); ?>'>Download Sample CSV</a>
</div>
</div>
</div>
</main>
<!-- end::main content -->
<?php $__env->stopSection(); ?>
<?php $__env->startPush('footer-script'); ?>
<!-- begin::dataTable -->
<script>
$(document).ready(function() {
});
</script>
<?php $__env->stopPush(); ?>
<?php echo $__env->make('admin.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/easysfm.edukrypt.in/resources/views/admin/video/csv-upload-video.blade.php ENDPATH**/ ?>