@extends('layouts.main') @section('page-style') @endsection @section('page-script') @endsection @section('content')

@include('layouts.notifications')
List Bundling By Position
Drag and drop the item to sort bundling or categories
{{-- category --}}
@foreach($category as $key => $cat) @if(empty($cat['child']))
@else
@foreach($cat['child'] as $keyC => $child)
@endforeach @endif @endforeach
@endsection