@extends('admin.layouts.app') @section('title', 'Create Statistic') @section('content')

Create Statistic

Back to List
@csrf
The label that will appear below the statistic value
@error('title')
{{ $message }}
@enderror
The numeric value to display
@error('value')
{{ $message }}
@enderror
Optional suffix (e.g., +, %, K)
@error('suffix')
{{ $message }}
@enderror
Bootstrap Icons class (e.g., bi bi-people, bi bi-book)
@error('icon')
{{ $message }}
@enderror
Lower numbers appear first
@error('sort_order')
{{ $message }}
@enderror
Cancel
Preview

0

Statistic Title

Live preview of your statistic
Icon Examples

bi bi-people

bi bi-book

bi bi-graph-up

bi bi-award

bi bi-heart

bi bi-star
Browse more icons
Tips
Value Guidelines:
  • Use whole numbers for better readability
  • Large numbers will be formatted automatically
  • Example: 1000 displays as "1,000"
Suffix Examples:
  • + - for growing numbers
  • % - for percentages
  • K - for thousands
  • M - for millions
@endsection