@extends('admin.layouts.app') @section('panel')
@forelse($histories as $history) @empty @endforelse
@lang('SL') @lang('User') @lang('Plan Name') @lang('Price') @lang('Funds') @lang('Subscribed at') @lang('Expires at')
{{ $histories->firstItem() + $loop->index }} {{ $history->user->fullname }}
@{{ $history->user->username }}
{{ $history->plan->name }} {{ showAmount($history->price) }} {{ showAmount($history->fund) }} {{ showDateTime($history->created_at) }} {{ showDateTime($history->expires_at) }}
{{ __($emptyMessage) }}
@if ($histories->hasPages()) @endif
@endsection @push('breadcrumb-plugins')
@endpush @push('script') @endpush @push('style') @endpush