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