@extends('layout.admin.master') @section('meta-title', 'Boxes') @section('body-class', 'menu-position-side menu-side-left full-screen with-content-panel') @section('breadcrumbs') @endsection @push('asset-top') @endpush @section('content')
Boxes
@foreach($customProducts as $customProducts) @endforeach
# Name Products Action
{{$customProducts->heading}} {{count($customProducts->related_products)}}
@csrf @method('DELETE')
@endsection