@extends('layouts.app') @section('pagetitle') @stop @section('title')

ข้อมูลสินค้า จัดการข้อมูลสินค้า ({{$product_num}}) รายการ

@stop @section('content')
@foreach($product_types as $type) @endforeach
ที่ ประเภทสินค้า รายละเอียด คลังสินค้า รายการสินค้า
{{++$r}} {{$type->name}} {{$type->detail}} {{$type->sname}} ดูสินค้า
@stop