@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 Edit Home Popup Modals Edit @endsection @section('main-content') @if(Session::has('message')) × {{Session('message')}} @endif Edit Popup Modals Back @csrf {{--Basic Settings--}} Name Slug Pages (To Show) Select Pages Home Page @foreach ($category_slugs as $slug) @php $categoryPath = "category/{$slug->category_slug}" @endphp {{ $slug->category_name }} ({{ $categoryPath }}) @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 status == 1) selected @endif>Active status == 0) selected @endif>Inactive Update @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