@extends('layouts.app') @section('title', __('Product Sell Details')) @section('content')

{{$product->name}} - {{$product->sku}}

@stop @section('javascript') @endsection