@extends('seller.layout.index') @section('title') پورسانت های من @endsection @section('style') @endsection @section('script') @endsection @section('content')
# | مبلغ درخواستی (تومان) | شماره شبا | شماره کارت | تاریخ | وضعیت |
---|---|---|---|---|---|
{{ $key }} | {{ number_format($item->amount) }} | {{ $item->sheba_no }} | {{ $item->card_no }} | {{ verta($item->created_at)->format('Y-m-d H:i') }} | {{ $item->Status->title }} |