@extends('layouts.admin') @section('admin')
| Image | Level Name | Level Target EXP | @if($type == 'sending')Sending EXP | @endif @if($type == 'receiving')Receiving EXP | @endifLevel Coin | Action |
|---|---|---|---|---|---|---|
|
@if($level->level_image && $level->level_image)
@php
$levelIconFile = $level->level_image;
$ext = strtolower(pathinfo($levelIconFile, PATHINFO_EXTENSION));
@endphp
@if($ext === 'svga')
@else
|
{{$level->level_name}} | {{$level->level_target}} | @if($type == 'sending'){{$level->sending_exp_percentage}} | @endif @if($type == 'receiving'){{$level->receiving_exp_percentage}} | @endif{{$level->level_coin}} |