@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') Content Create Home Content Create @endsection @section('main-content') @if(Session::has('message')) × {{Session('message')}} @endif Back @csrf Slug Type Select Slug Type Category Store Offer Brand Slug Select Slug {{-- @foreach ($category_slugs as $slug) category/{{$slug->category_slug}} @endforeach @foreach ($store_slugs as $slug2) @if($slug2->is_store == 1) store/{{$slug2->offer_name_slug}} @else offers/{{$slug2->offer_name_slug}} @endif @endforeach --}} Content Video Table Title # Product 1 Select Product 2 Select Product 3 Select Product 4 Select Product 5 Select Product Add More Status Select Status Active Inactive Submit @endsection @section('javascripts') {!! Html::script('assets/admin/bower_components/select2/dist/js/select2.full.min.js') !!} {{-- {!! Html::script('assets/admin/bower_components/ckeditor/ckeditor.js') !!} --}} {{-- {!! Html::script('assets/admin/ckeditor/ckeditor.js') !!} --}} {{-- --}} @endsection