{{ date('Y-m-d', strtotime($row->created_at)) }}
@csrf
{{ $row->createdBy->name }}
@if($row->type == 0) {{ __('Subscription') }} @endif @if($row->type == 1) {{ __('Payment') }} @endif
{{ config('app.currency') . __(' ') . $row->amount }}