@extends('layouts.app') @section('styles') @endsection @section('content')
{{--

ฟอร์มสินค้าที่เกี่ยวข้อง

--}}
@csrf
  • รายการสินค้า
    @if(!empty($relate['products'])) @foreach($relate['products'] as $product)
    Warning: Undefined variable $product in /home/cp073329/public_html/market.mwz/Modules/Product/Resources/views/relate_form.blade.php on line 107

    Warning: Attempt to read property "products" on null in /home/cp073329/public_html/market.mwz/Modules/Product/Resources/views/relate_form.blade.php on line 107

    Warning: Trying to access array offset on value of type null in /home/cp073329/public_html/market.mwz/Modules/Product/Resources/views/relate_form.blade.php on line 107

    Warning: Attempt to read property "images" on null in /home/cp073329/public_html/market.mwz/Modules/Product/Resources/views/relate_form.blade.php on line 107
  • {{$product->products[0]->name_th}} ({{$product->products[0]->id}})Code :: {{$product->products[0]->code}}
  • @endforeach @endif
@if ( empty($relate->status) || $relate->status == 1 ) @else @endif
@if ( !empty($relate->status) && $relate->status != 1 ) @else @endif
@endsection('content') @section('scripts') {{-- --}} @endsection