@extends('layouts.app') @section('stitle', 'Category') @section('title', 'Category') @section('b_title', 'View All') @section('content')
{{--

Table Hover Animation

--}}
@foreach($categoryProduct as $product) @if ($product->status =='1') @else @endif @endforeach
Name Sku Category Price Status Actions
{{$product->name}} {{$product->sku}} {{$product->getCategory->name}} {{$product->price}}ActiveDeactive
{{-- --}}
{{--

Table Hover Animation

--}}
@foreach($categoryCombos as $combos) {{-- --}} @if ($combos->status =='1') @else @endif @endforeach
Name Sku Category Status Actions
{{$combos->name}} {{$combos->sku}} {{$combos->getCategory->name}} ActiveDeactive
{{-- --}}
@endsection @push('my_scripts') @endpush