@extends('layouts/contentNavbarLayout') @section('title', 'گزارش انبار') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')
| # | فاکتور مربوطه | کاربر | وضعیت | بانک ارسال شده | مبلغ | ارسال شده در | عملیات |
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | #{{ $row['invoice_id'] }} | {{ $row['user']['first_name'] }} | @switch($row['status']) @case(0) در انتظار تایید @break @case(1) تایید شده @break @case(2) رد شده @break @endswitch | {{ ($row['card'] ? $row['card']['card_number'] : 'حذف شده') }} - {{ ($row['card'] ? $row['card']['bank'] : '') }} | {{ number_format($row['bill_amount']) }} | {{ date('Y-m-d H:i:s', strtotime($row['created_at'])) }} |
|