@extends('layouts.admin') @section('admin')

VIP Management

@foreach($vips as $vip) @endforeach
Target VIP Level Purchase Coin Discounted Coin Level Icon Frame Colored Username Exclusive Nickname Profile Card Rank The Top Anti Effect Unlimited Message Take Mic Free Lock Room Anti Kick Special Icon Medal Validity (Days) Actions
{{$vip->target}} {{$vip->vip_level}} {{$vip->purchase_coin}} {{$vip->discounted_coin}} @if($vip->level_icon_status && $vip->level_icon_gift_image) Level Icon @else Disabled @endif @if($vip->frame_status && $vip->frame_gift_image) Frame @else Disabled @endif @if($vip->colored_username_status) Enabled @if($vip->colored_username_color)
@endif @else Disabled @endif
@if($vip->exclusive_nickname_status && $vip->exclusive_nickname_gift_image) Exclusive Nickname @if($vip->exclusive_nickname_color1 || $vip->exclusive_nickname_color2)
@if($vip->exclusive_nickname_color1)
@endif @if($vip->exclusive_nickname_color2)
@endif
@endif @else Disabled @endif
@if($vip->profile_card_status && $vip->profile_card_gift_image) Profile Card @else Disabled @endif @if($vip->rank_the_top_status && $vip->rank_the_top_gift_image) Rank The Top @else Disabled @endif @if($vip->anti_effect_status && $vip->anti_effect_gift_image) Anti Effect @else Disabled @endif @if($vip->unlimited_message_status) Enabled @else Disabled @endif @if($vip->take_mic_free_status) Enabled @else Disabled @endif @if($vip->lock_room_status) Enabled @else Disabled @endif @if($vip->antikick_status) Enabled @else Disabled @endif @if($vip->special_icon_status && $vip->special_icon_gift_image) Special Icon @else Disabled @endif @if($vip->medal_status && $vip->medal_gift_image) Medal @else Disabled @endif {{$vip->validity}}
@if($vips->hasPages())
{{ $vips->links() }}
@endif
@endsection