@extends('admin.template.master') @section('stylesheets') {!! Html::style('assets/admin/bower_components/select2/dist/css/select2.min.css') !!} {!! Html::style('assets/admin/plugins/treeview/treeview.css') !!} @endsection @section('title') Blog Insert Blog Home Blog Entry @endsection @section('main-content') @if(Session::has('message')) × {{Session('message')}} @endif Entry @csrf Basic Settings SEO {{--Basic Settings--}} Blog Title Category Select Category @foreach ($categories as $category) {{$category->category_name}} @endforeach Author Select Author @foreach ($authors as $author) {{$author->author_name}} @endforeach Short Description Long Description Slug Blog Image Publish Date Featured Select Featured Yes No Status Select Status Active Inactive Meta Title Meta Keyword Meta Description Submit @endsection @section('javascripts') {!! Html::script('assets/admin/bower_components/select2/dist/js/select2.full.min.js') !!} {!! Html::script('assets/admin/plugins/treeview/treeview.js') !!} {{-- {!! Html::script('assets/admin/bower_components/ckeditor/ckeditor.js') !!} --}} {{-- --}} {{-- --}} @endsection