@extends('layouts.app') @section('stitle', __('messages.Products')) @section('title', __('messages.Products')) @section('content')
@if(session()->get('title') == "success") @elseif (session()->get('title') == "error") @elseif($errors->any()) @else @endif
@include('product.product_menu')
{{--

Table Hover Animation

--}}
{{-- --}} @if(isset($productData)) @if($productData->isEmpty()) @endif @foreach($productData as $product) @if ($product->stock_product =='0') @else @endif {{-- --}} @if ($product->status =='1') @else @endif @endforeach @endif
{{__('messages.name')}} {{__('messages.SKU')}} {{__('messages.StockProduct')}} {{__('messages.Categories')}}{{__('messages.CostingMethod')}}{{__('messages.Price')}} {{__('messages.VATGroup')}} {{__('messages.STATUS')}} {{__('messages.ACTIONS')}}
There is no product yet!
{{$product->name}} {{$product->sku}}NoYes {{$product->getCategory->name}} {{$product->costingMethod->name}}{{$product->price}} {{ ($product->getTax()->exists()) ? $product->getTax->name : 'None'}} ActiveInactive
@endsection @push('my_scripts') @endpush