@extends('UserPanel.Master') @section('header') @stop @section('title') نمایش فاکتور @stop @section('content')



شماره فاکتور

{{ $data['order']->id }}


شماره پیگیری خرید : {{ $data['order']->transactionId }}



نام کاربری : {{ $data['user']->name }}

ایمیل : {{ $data['user']->email }}

تاریخ عضویت : {{ verta($data['user']->created_at)->format('Y/n/j') }}

نام بانک : {{ $data['order']->bank_name }}

کل مبلغ پرداختی : {{ $data['order']->total_price }}

وضعیت پرداخت : {{ $status }}

توضیحات : {{ $data['order']->description }}

@php $total_price = 0; @endphp @if(count($data['cart'])) @foreach($data['cart'] as $p) @php $total_price += (int)$price * $p->count @endphp @endforeach @else @endif
# کد کالا سایز تعداد قیمت تخفیف تصویر محصول جمع کل
{{ $loop->index + 1 }} {{ $p->PROID }} {{ $p->size }} {{ $p->count }} {{ number_format( (int) $p->price ) }} {{ number_format( (int) $p->discount ) }} image ) }}" width="80">{{ number_format( (int) ( $price * $p->count ) + $data['order']->SendPrice ) }}
* * * * موردی یافت نشد - - - -
@if($errors->first()) @include('Manager.Componet.error', ['error' => $errors->first()]) @endif @stop @section("footer") @stop