@extends('layouts.admin') @section('content')

Bundle Management

Filter By:

@csrf
@foreach($bundles as $bundle) @endforeach
Bundle ID Bundle Name Product Category Roof Type Carrier SKU Foot SKU FootKit SKU Action
#{{$bundle->id}} {{ $bundle->bundle_name}} {{$bundle->product_category}} {{ $bundle->rooftype_eng }} {{$bundle->carrier_length}} {{$bundle->foot_sku}} {{$bundle->footkit_sku}}
@endsection