@extends('layouts.user') {{-- Web site Title --}} @section('title') {{ $title }} @stop {{-- Content --}} @section('content')
{{ trans('table.id') }} | {{ trans('product.product_name') }} | {{ trans('product.category_id') }} | {{ trans('product.product_type') }} | {{ trans('product.status') }} | {{ trans('product.quantity_on_hand') }} | {{ trans('product.quantity_available') }} | {{ trans('product.sale_price') }} | {{ trans('table.actions') }} |
---|