@extends('layouts.admin_layout') @section('Title') پنل مدیریت | مالی @endsection @section('custom-css') @endsection @section('custom-js') @endsection @section('content')
| # | شماره پیگیری | کاربر | بابت | تاریخ | مبلغ | وضعیت | عملیات |
|---|---|---|---|---|---|---|---|
| {{ $row }} |
{{ $payment['ref_id'] }} |
{{ $payment['userInfo']['mobile'] }} | @foreach ($payment['orderInfo']['details'] as $orderDetail) @if ($orderDetail['is_for_create_ad'] === 1) ثبت آگهی @else {{ $orderDetail['upgradePlanInfo']['title'] }} @endif @endforeach |
{{ verta($payment['updated_at'])->format('Y/m/d H:i') }} |
{{ @number_format($payment['amount']) }} |
{{ $payment['statusInfo']['title'] }} |
موردی یافت نشد.