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