@extends('layouts.app') @push('style') @endpush @section('content')
@include('product.components.leftpanel')
{{ __('applabels.ProductTitle') }} {{ __('applabels.ProductDescription' ) }} {{ __('applabels.ProductVariations' ) }} {{ __('applabels.ProductPrice' ) }} {{ __('applabels.TableProductRef' ) }} {{ __('applabels.ProductStock' ) }} {{ __('applabels.ProductActive' ) }} {{ __('applabels.ProductLive' ) }} {{ __('applabels.Date' ) }} {{ __('applabels.datatable Edit' ) }} {{ __('applabels.datatable Delete' ) }}
@include('product.components.modalcreatesimple') @include('components.modal-delete-confirm') @push('scripts') @include('includes.datatablesjs') @endpush @endsection