@extends('layouts.admin') @section('admin')
| Target | SVIP Level | Level Icon | Welcome Message | Special Medal | Special Icon | Exclusive Frame | Special Profile | Exclusive Mounts | Exclusive Badge | Validity (Days) | Actions |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$svip->target}} | {{$svip->svip_level}} |
@if($svip->level_icon_status && $svip->level_icon_gift_image)
@php
$levelIconFile = $svip->level_icon_gift_image;
$ext = strtolower(pathinfo($levelIconFile, PATHINFO_EXTENSION));
@endphp
@if($ext === 'svga')
@else
|
@if($svip->welcome_message_status)
Enabled
@if($svip->welcome_message_gift_image)
|
@if($svip->spacial_medal_status && $svip->spacial_medal_gift_image)
@php
$medalFile = $svip->spacial_medal_gift_image;
$ext = strtolower(pathinfo($medalFile, PATHINFO_EXTENSION));
@endphp
@if($ext === 'svga')
@else
|
@if($svip->special_icon_status && $svip->special_icon_gift_image)
@php
$specialIconFile = $svip->special_icon_gift_image;
$ext = strtolower(pathinfo($specialIconFile, PATHINFO_EXTENSION));
@endphp
@if($ext === 'svga')
@else
|
@if($svip->exclusive_frame_status && $svip->exclusive_frame_gift_image)
@php
$frameFile = $svip->exclusive_frame_gift_image;
$ext = strtolower(pathinfo($frameFile, PATHINFO_EXTENSION));
@endphp
@if($ext === 'svga')
@else
|
@if($svip->special_profile_page_status)
Enabled
@if($svip->special_profile_page_gift_image)
|
@if($svip->exclusive_mounts_status && $svip->exclusive_mounts_gift_image)
@php
$mountsFile = $svip->exclusive_mounts_gift_image;
$ext = strtolower(pathinfo($mountsFile, PATHINFO_EXTENSION));
@endphp
@if($ext === 'svga')
@else
|
@if($svip->exclusive_badge_status && $svip->exclusive_badge_gift_image)
@php
$badgeFile = $svip->exclusive_badge_gift_image;
$ext = strtolower(pathinfo($badgeFile, PATHINFO_EXTENSION));
@endphp
@if($ext === 'svga')
@else
|
{{$svip->validity}} |