Bundle Pack Details

@if ($bundlePackDetails->count() >= 1) @foreach ($bundlePackDetails as $bundlePackDetail) @endforeach
SN Bundle No Bundle Name Sub Product ID Item Name Product Description Quantity Sales Price Remarks Edit Delete
{{ $bundlePackDetail->SN }} {{ $bundlePackDetail->BundleNo }} {{ $bundlePackDetail->BundleName }} {{ $bundlePackDetail->SubProductID }} {{ $bundlePackDetail->ItemName }} {{ $bundlePackDetail->ProductDescription }} {{ $bundlePackDetail->Quantity }} {{ $bundlePackDetail->SalesPrice }} {{ $bundlePackDetail->Remarks }} Edit
@else

Please check back later.

@endif
{{ $bundlePackDetails->appends($_GET)->links() }}
@include ('components.modalForDelete')