@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 update

@endsection @section('main-content')
@if(Session::has('message'))
{{Session('message')}}
@endif
@csrf @if($content->slug != "/")
{{-- --}}
@endif
{{-- {{dd($content->product_id)}} --}} {{-- {{dd($content_Tables[0]->product_id != NULL ? "Block1" : "block2")}} --}} @if(isset($contentData->product_id)) @php $rowCount = count($content_Tables); $x = 1; @endphp @foreach($content_Tables as $table) @endforeach @else @php $rowCount = 5; @endphp @endif
# Product
{{$x++}}
1
2
3
4
5
@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