@extends('layouts.app') @section('title') {{ __('Product Transactions') }} @endsection @section('content')
@include('wp_product_transactions.view_order') @endsection