@extends('layouts/contentNavbarLayout') @section('title', 'اطلاعات کاربر') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')
| # | تعداد | قیمت | ایجاد شده در | عملیات | |
|---|---|---|---|---|---|
| {{ $invoice['id'] }} | @switch($invoice['status']) @case(0) در انتظار تایید @break @case(1) در انتظار واریزی @break @case(2) در انتظار تایید واریزی @break @case(3) در انتظار ارسال @break @case(4) ارسال شده @break @case(5) رد شده @break @endswitch | {{ number_format($invoice['total_price']) }} | {{ date('Y-m-d H:i:s', strtotime($invoice['created_at'])) }} | {{ date('Y-m-d H:i:s', strtotime($invoice['updated_at'])) }} |
|
| # | مانده قبلی | بدهکاری | مبلغ پرداختی | مانده | توضیح | فاکتور مربوطه | ایجاد شده در | عملیات |
|---|---|---|---|---|---|---|---|---|
| {{ $wallet['id'] }} | {{ number_format($wallet['previous_debt']) }} | {{ number_format($wallet['dec']) }} | {{ number_format($wallet['inc']) }} | {{ number_format($wallet['amount']) }} | {{ $wallet['desc'] }} | #{{ $wallet['invoice_id'] }} | {{ date('Y-m-d H:i:s', strtotime($wallet['created_at'])) }} |
|