@extends('layouts.app') @section('stitle', 'Combos') @section('title', 'Combos') @section('content')
@foreach($categoryCombos as $key=> $combos) {{-- --}} @if ($combos->status =='1') @else @endif @endforeach
S.NO Name SKU Category Status Actions
{{ ++$key }} {{$combos->name}} {{$combos->sku}} {{$combos->getCategory->name}} ActiveDeactive
@endsection