@extends('layouts.admin') @section('admin')
| Name | Image | Category | Points Required | Validity | Status | Action |
|---|---|---|---|---|---|---|
| {{$achievement->name}} |
@if(!empty($achievement->image) && file_exists($achievement->image))
@php
$ext = strtolower(pathinfo($file, PATHINFO_EXTENSION));
@endphp
@if($ext === 'svga')
@else
@endif
|
{{ ucfirst($achievement->category) }} | {{ $achievement->points_required }} points | {{ $achievement->validity_days }} days | {{ $achievement->is_active ? 'Active' : 'Inactive' }} |