Viewing file: 26194d9c32f58ef7baf3a336570385faaab832cb.php (1.89 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('extra-css'); ?>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<style>
</style>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
<div class="mainSection-title">
<div class="row">
<div class="col-12 mx-auto col-sm-10">
<div class="d-flex justify-content-between align-items-center">
<h4><?php echo e(get_phrase('Page Create')); ?></h4>
<a class="btn btn-info" href="<?php echo e(route('admin.page.index')); ?>">Back</a>
</div>
</div>
</div>
</div>
<section class="content">
<div class="row">
<div class="col-12 mx-auto col-sm-10 mt-3">
<div class="card">
<form method="post" role="form" id="pageCreateForm" action="<?php echo e(route('admin.page.store')); ?>" enctype="multipart/form-data">
<?php echo csrf_field(); ?>
<div class="card-body">
<?php echo $__env->make('admin.pages.form', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<div class="mt-2 mb-2 p-4">
<button type="submit" class="btn btn-primary">Submit</button>
</div>
</form>
</div>
</div>
<!-- /.card -->
</div>
<!-- /.col -->
</div>
<!-- /.row -->
</section>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('extra-scripts'); ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('admin.navigation', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH E:\scl management\school\resources\views/admin/pages/create.blade.php ENDPATH**/ ?>
|