@section('title', __('adminWords.dashboard')) @extends('layouts.admin.main') @section('rightbar-content')
| # | {{ __('adminWords.txn_id') }} | {{ __('adminWords.customer_name') }} | {{ __('adminWords.quantity') }} | {{ __('adminWords.payment_method') }} | {{ __('adminWords.total_price') }} | {{ __('adminWords.txn_date') }} |
|---|---|---|---|---|---|---|
| # | {{ $subs->order_id }} | {{ $getUser[0]->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') }} | @endif
|
|
{{ $track->audio_title }}@php if($track->description != ''){ echo strlen($track->description) > 100 ? substr($track->description,0,100).'...'.__('adminWords.read_more').'' : substr($track->description,0,100); } @endphp |
{{ date('d M Y', strtotime($track->created_at)) }} |
{{ date('m-d-Y', strtotime($users->created_at)) }}
{{ __('frontWords.no_user') }}
@endif|
|
{{ $album->album_name }}@php if($album->description != ''){ echo strlen($album->description) > 100 ? substr($album->description,0,100).'...'.__('adminWords.read_more').'' : substr($album->description,0,100); } @endphp |
{{ date('d M Y', strtotime($album->created_at)) }} |