@foreach($subscriptions as $key=> $row)
{{ $row->name }} {{ $row->email }} {{ $row->phone }} {{ $row->program->currentDescription->title ?? '' }} {{ __("subscriptions.$row->payment_method") }} {{ __("subscriptions.$row->status") }} {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} @if($row->deleted_at) {{ __('dashboard.restore') }} {{-- {{ __('dashboard.delete') }} --}} @else {{ __('dashboard.edit') }} {{ __('dashboard.trash') }} @endif @endforeach @if( $subscriptions->hasPages() ) {{ $subscriptions->links() }} @endif