@extends('layouts.app') @section('stitle', __('messages.Categories')) @section('title', __('messages.Categories')) @section('content')
@if(session()->get('title') == "success") @elseif (session()->get('title') == "error") @endif
@include('category.category_menu')
{{--

Table Hover Animation

--}}
@foreach($data as $category) @if ($category->status =='1') @else @endif @endforeach
{{__('messages.name')}} {{__('messages.REFERENCE')}} {{__('messages.Products')}} {{__('messages.Combos')}} {{__('messages.STATUS')}} {{__('messages.ACTION')}}
{{$category->name}} {{$category->reference}} Product ( {{catOpcount($category->id)}} ) Combos ({{categoryCombosCount($category->id)}}){{__('messages.active')}}{{__('messages.deactive')}} {{-- --}} {{-- --}} {{-- --}}
@endsection @push('my_scripts') @endpush