@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') Popup Modals Create Home Popup Modals Create @endsection @section('main-content') @if(Session::has('message')) × {{Session('message')}} @endif Create Popup Modals Back @csrf {{--Basic Settings--}} Name Slug Pages (To Show) Select Pages Home Page @foreach ($category_slugs as $slug) {{$slug->category_name}} (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 --}} Details (If any) Start Date Start Time End Date End Time Desktop Image Mobile Image Status Select Status Active Inactive Submit @endsection @section('javascripts') {!! Html::script('assets/admin/bower_components/ckeditor/ckeditor.js') !!} {!! Html::script('assets/admin/bower_components/select2/dist/js/select2.full.min.js') !!} {{--{!! Html::script('assets/admin/plugins/treeview/treeview.js') !!}--}} {{-- --}} @endsection