@extends('layouts.default1400-profile', ['title' => 'کیف پول']) @section('content')
موجودی: {{ number_format($balance ,0 , '', ',') }} تومان
@foreach ($data as $item) @endforeach
# شماره‌ پیگیری تاریخ مبلغ نوع وضعیت توضیحات
{{ $item->rowIndex }} TR-{{ $item->id }} {{ GetShamsiDate($item->created_at) }} {{ number_format($item->amount, 0, '', ',') }} {{ $item->Type->title }} {{ $item->Status->title }} {{ $item->details }}
{!! $data->links() !!}
@stop @section('scripts') @endsection