@extends('admin.layouts.app') @section('title', 'Collection Products Details') @section('page_css') @endsection @section('section')

Collection Products Detail

ID {{$collectionProduct->id ??''}}
Name {{$collectionProduct->collections->name ??''}}
Products @foreach($collectionSelectedProducts as $collectionSelectedProduct) {{$collectionSelectedProduct->product->product_name}}
@endforeach
@endsection