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

Levels - {{ucfirst($type)}}

@if($type == 'sending') @endif @if($type == 'receiving') @endif @foreach($model as $level) @if($type == 'sending') @endif @if($type == 'receiving') @endif @endforeach
Image Level Name Level Target EXPSending EXPReceiving EXPLevel 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 Icon @endif @endif
{{$level->level_name}} {{$level->level_target}}{{$level->sending_exp_percentage}}{{$level->receiving_exp_percentage}}{{$level->level_coin}}
{{$model->links()}}
@endsection @section('js') @endsection