Anons79 Mini Shell

Directory : /home/proudlyafrican/www/resources/views/admin/about_us_list/
Upload File :
Current File : /home/proudlyafrican/www/resources/views/admin/about_us_list/add.blade.php

@extends('admin.head')
@section('middle')
<script src="https://cdn.ckeditor.com/4.12.1/standard/ckeditor.js"></script>
<section class="content">
    <div class="row">
        <!-- left column -->
        <div class="col-md-12">
            <div class="box box-primary">
                <div class="box-header with-border">
                    <h3 class="box-title">Add About  US</h3>
                </div>
                <!-- /.box-header -->
                <!-- form start -->
                <form role="form" action="{{ url('insert_admin_about_us') }}" method="post" enctype="multipart/form-data">
                    <input type="hidden" name="_token" value="<?php echo csrf_token(); ?>">
                    <div class="box-body">



                        <div class="form-group">
                            <label for="exampleInputPassword1" >Description</label>
                            <textarea style="height: 550px" class="form-control"  name="editor1"></textarea>
                        </div>





                    </div>
                    <!-- /.box-body -->

                    <div class="box-footer">
                        <button type="submit" class="btn btn-primary">Submit</button>
                    </div>
                </form>
            </div>
        </div>
    </div>
</section>

<script type="text/javascript">
    CKEDITOR.replace('editor1', {
        filebrowserUploadUrl: "{{route('ckeditor.upload', ['_token' => csrf_token() ])}}",
        filebrowserUploadMethod: 'form'
    });

</script>

@endsection


</body>
</html>

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]