@extends('layouts.admin') @section('title', get_phrase('Gamification Badge Settings')) @push('css') @endpush @section('admin_layout')
{{ get_phrase('Manage Badges') }}
| # | Badge Name | Field | Range (From - To) | Icon | Status | Options |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $badge->title }} | {{ ucfirst(str_replace('_', ' ', $badge->field)) }} | {{ $badge->value_from }} - {{ $badge->value_to }} |
@if($badge->icon)
|
{{ $badge->is_active ? 'Active' : 'Inactive' }} |
| # | Badge Name | Field | Range (From - To) | Icon | Status | Options |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $badge->title }} | {{ ucfirst(str_replace('_', ' ', $badge->field)) }} | {{ $badge->value_from }} - {{ $badge->value_to }} |
@if($badge->icon)
|
{{ $badge->is_active ? 'Active' : 'Inactive' }} |
| # | Badge Name | Field | Range (From - To) | Icon | Status | Options |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $badge->title }} | {{ ucfirst(str_replace('_', ' ', $badge->field)) }} | {{ $badge->value_from }} - {{ $badge->value_to }} |
@if($badge->icon)
|
{{ $badge->is_active ? 'Active' : 'Inactive' }} |
| # | Badge Name | Field | Range (From - To) | Icon | Status | Options |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $badge->title }} | {{ ucfirst(str_replace('_', ' ', $badge->field)) }} | {{ $badge->value_from }} - {{ $badge->value_to }} |
@if($badge->icon)
|
{{ $badge->is_active ? 'Active' : 'Inactive' }} |