@extends($activeTemplate . 'layouts.master') @section('content')
@forelse($sellPlaylists as $playlist) @empty @endforelse
@lang('Playlist Title') @lang('Amount') @lang('Buyer') @lang('Trx') @lang('Transacted')
{{ __($playlist->playlist->title) }} {{ showAmount($playlist->amount) }} {{ __($playlist->user?->username) }} {{ $playlist->trx }} {{ showDateTime($playlist->created_at) }}
{{ diffForHumans($playlist->created_at) }}
@include('Template::partials.empty')
@if ($sellPlaylists->hasPages()) @php echo paginateLinks($sellPlaylists) @endphp @endif
@endsection @push('style-lib') @endpush @push('script-lib') @endpush