@extends('admin.layouts.app') @section('title', 'Statistics') @section('content')
| Icon | Title | Value | Suffix | Status | Sort Order | Last Updated | Actions |
|---|---|---|---|---|---|---|---|
| @if($statistic->icon) @else @endif | {{ $statistic->title }} | {{ number_format($statistic->value) }} | @if($statistic->suffix) {{ $statistic->suffix }} @else - @endif | @if($statistic->is_active) Active @else Inactive @endif | {{ $statistic->sort_order }} | {{ $statistic->updated_at->format('M d, Y') }} |
Start by creating your first statistic to showcase your achievements.
Create First Statistic{{ $statistic->title }}