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

รับสินค้าเข้าคลัง รับสินค้าที่สั่งซื้อเข้าคลัง

@stop @section('content')
@foreach($orders as $order) @endforeach
ที่ ปรับปรุงล่าสุด รหัสสินค้า สินค้า ประเภท ยี่ห้อ ผู้จัดจำหน่าย จำนวน ราคา/หน่วย เพิ่มรายการสินค้ารับเข้า
{{++$r}} {{date('d/m/Y H:i',strtotime($order->received_date))}} {{$order->barcode}} {{$order->name}} {{$order->types}} {{$order->brands}} {{$order->suppliers}} {{$order->amount}} {{$order->cost}} ลบ
@stop @section('style') @stop @section('script')