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

Edit Stat

@csrf @method('PUT') @include('admin.stats._form')
@endsection