@extends('admin.layouts.app') @section('title', 'Stats') @section('content')
New Stat
@forelse ($stats as $stat) @empty @endforelse
Top Bottom Status Order Actions
{{ $stat->label_top_en }} {{ $stat->label_bottom_en }} @include('admin.partials.status-badge', ['active' => $stat->is_active])
@csrf
@csrf
Edit
No stats yet.
{{ $stats->links() }}
@endsection