@extends('layouts.backend') @section('title', 'Table : ' . $table->name) @section('content')
Back

รวม : 0 บาท

สินค้า จำนวน # #
รวม 0
@blocknh()
@foreach($productCategory as $index => $cate)
@foreach ($products as $index2 => $product) @if(strcmp($product->status, STATUS_ACTIVE) == 0) @endif @endforeach
@endforeach

@endblocknh
{!! view('cancelorder.cancelorder')->render() !!} @endsection @section('css') @endsection @section('script') @endsection