@extends('admin/layouts/default') {{-- Page title --}} @section('title') order_product @parent @stop @section('content')

Order Products

order_product {{ $order_product->id }}'s details


id{{ $order_product->id }}
order_id{{ $order_product['order_id'] }}
product_id{{ $order_product['product_id'] }}
quantity{{ $order_product['quantity'] }}
price{{ $order_product['price'] }}
@stop