@extends('Model::model_dashboard') @section('content_sub_model')

@lang('messages.orderInformation')

@lang('messages.orderInformation')

@lang('messages.productName'): {{$item->product->name}}

@lang('messages.quantity'): {{$item->quantity}}

@lang('messages.purchaseAmount'): {{$item->token}}

@lang('messages.purchaseStatus'): {{$item->purchaseStatus}}

@lang('messages.shippingStatus'): {{$item->shippingStatus}}

@lang('messages.buyerInformation')

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

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

@lang('messages.email'): {{$item->buyer->email}}

@lang('messages.mobilePhone'): {{$item->buyer->mobilePhone}}

@lang('messages.shippingAddress1'): {{$item->shippingAddress1}}

@lang('messages.shippingAddress2'): {{$item->shippingAddress2}}

@lang('messages.updateInformation')

@lang('messages.comments') @lang('messages.noteToClient')

  • <% comment.sender.username %>: <% comment.createdAt|date:'short' %>

    <% comment.text %>


@endsection