@extends('admin.layouts.app') @section('title', 'Edit Stat') @section('content') @include('admin.stats._form', ['stat' => $stat]) @endsection