@section('title', __('adminWords.dashboard')) @extends('layouts.superadmin') @section('content')
| # | {{ __('adminWords.txn_id') }} | {{ __('adminWords.customer_name') }} | {{ __('adminWords.quantity') }} | {{ __('adminWords.payment_method') }} | {{ __('adminWords.total_price') }} | {{ __('adminWords.txn_date') }} |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $subs->order_id }} | {{ $subs->user_name }} | 1 | {{ !empty($arr) ? ucfirst($arr[0]) . ' ' . ucfirst($arr[1]) : $subs->payment_gateway }} | {{ $subs->currency . $subs->amount }} | {{ date('d-m-Y', strtotime($subscription->created_at)) }} |
| {{ __('adminWords.no_data') }} | ||||||
| {{ $song++ }} |
|
{{ $track->audio_title }} | {{ date('d-m-Y', strtotime($track->created_at)) }} |
| {{ __('frontWords.no_track') }} | |||
| {{ $albm++ }} |
|
{{ $album->album_name }} |
| {{ $user++ }} |
@if (!empty($users->image))
@endif
|
{{ $users->name }} | {{ date('d-m-Y', strtotime($users->created_at)) }} |
| {{ __('frontWords.no_user') }} | |||