@extends('admin-back-end') @section('title', 'Pago del producto físico') @section('breadcrumb', '
  • Dashboard
  • Productos físicos
  • ') @section('content')

    @lang('messages.information')

    @lang('messages.orderInformation')

    @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.performer') @lang('messages.information')

    @lang('messages.username'): {{$item->performer->user->username}}

    @lang('messages.name'): {{$item->performer->user->firstName}} {{$item->performer->user->lastName}}

    @if($item->status !== "refunded") @endif

    Comentarios

      @foreach($comments as $comment)
    • {{$comment->sender->username}}: {{$comment->createdAt}}

      {{$comment->text}}

    • @endforeach
    @endsection