@extends('layouts.admin.app') @section('title', translate('customer_Wallet') . ' ' . translate('report')) @push('css_or_js') @endpush @section('content')
{{ translate('sl') }} | {{ translate('transaction') }} {{ translate('id') }} | {{ translate('customer') }} | {{ translate('credit') }} | {{ translate('debit') }} | {{ translate('balance') }} | {{ translate('transaction_type') }} | {{--{{translate('reference')}} | --}}{{ translate('created_at') }} |
---|---|---|---|---|---|---|---|---|
{{ $k + $transactions->firstItem() }} | {{ $wt->transaction_id }} | {{ Str::limit($wt->user ? $wt->user->f_name . ' ' . $wt->user->l_name : translate('not_found'), 20, '...') }} | {{ $wt->credit }} | {{ $wt->debit }} | {{ $wt->balance }} | {{ translate($wt->transaction_type) }} | {{--{{$wt->reference}} | --}}{{ date('Y/m/d ' . config('timeformat'), strtotime($wt->created_at)) }} |