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

Stats Management

+ Add
@foreach ($stats as $stat) @endforeach
# Title Count Status Action
{{ $stat->id }} {{ $stat->title }} {{ number_format($stat->count) }} {{ $stat->is_active ? 'Active' : 'Inactive' }} View Edit
@csrf @method('DELETE')
{{ $stats->links() }} @endsection