@extends('orders.layout') @section('content')

Box Builder

Product ID :
Product Title :
@if ($message = Session::get('success'))

{{ $message }}

@endif {{-- --}} @foreach ($product as $product_new) @if($product_new->image_star == 1) @else @endif @endforeach
Product Id Product titleOrder Id Variant Id Variant Title Variant Category Variant Required Image Action
{{ $product_new->order_id }} {{ $product_new->image_id }} {{ $product_new->image_title }} {{ $product_new->image_category }}YESNO id) }}">Edit
{!! $product->links() !!} @endsection