{{ __('Package details') }}
  • {{ __('Bandwidth') }} {{ $package->bandwidth }}
  • {{ __('User price') }} {{ config('app.currency') . __(' ') . $package->user_price }}
  • {{ __('Visibility') }} @if($package->visibility == 1) {{ __('Published') }} @endif @if($package->visibility == 0) {{ __('Hidden') }} @endif
{{ __('Reseller package price') }}
  • {{ __('Reseller name') }} {{ __('Reseller price') }} {{ __('Reseller profit') }}
  • @foreach($package->reseller_package_price as $reseller_price)
  • {{ $reseller_price->user->name }} {{ $reseller_price->reseller_price ?? 0 }} {{ $reseller_price->reseller_profit ?? 0 }}
  • @endforeach
@push('scripts')