@extends('layout.admin.master') @section('meta-title', 'LEREVE - Create Boxes') @section('body-class', 'menu-position-side menu-side-left full-screen with-content-panel') @section('breadcrumbs') @endsection @push('asset-top') @endpush @section('content')
Custom Product
@csrf
Edit
@error('heading') @enderror
@error('subheading') @enderror
Media
@error('banner') @enderror
{{$customProduct->heading}}
@error('description') @enderror
@foreach($productsJson['product'] as $index => $productId)
@error('products') @enderror
@error('price') @enderror
@endforeach




@endsection