@extends('admin-back-end') @section('title', 'Pago del producto físico') @section('breadcrumb', '
@lang('messages.productName'): {{$item->product->name}}
@lang('messages.quantity'): {{$item->quantity}}
@lang('messages.purchased') tokens: {{$item->token}}
@lang('messages.purchasedStatus'): {{$item->purchaseStatus}}
@lang('messages.shippingStatus'): {{$item->shippingStatus}}
@lang('messages.orderStatus'): {{$item->status}}
@lang('messages.shippingAddress1'): {{$item->shippingAddress1}}
@lang('messages.shippingAddress2'): {{$item->shippingAddress2}}
@lang('messages.username'): {{$item->performer->user->username}}
@lang('messages.name'): {{$item->performer->user->firstName}} {{$item->performer->user->lastName}}
{{$comment->sender->username}}: {{$comment->createdAt}}
{{$comment->text}}