@extends('layouts.master') @section('title', 'Add Stock/Stock in') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.sidebar') @include('layouts.header-sub')
@yield('title')

@csrf

@if (isset($items) && count($items) > 0) @foreach ($items as $index => $item) @endforeach @else {{-- ถ้าไม่มี item (create ใหม่) --}} @endif
No. Product (Code - Name) Quantity Price Total Action
{{ $index + 1 }}
1
Grand Total: 0.00

Back
{{-- Template สำหรับ Select ช่องเดียว --}} @include('layouts.footer') @endsection