@extends('layouts.app') @section('title') Create Statistics @endsection @section('headerWithButton')

@yield('title')

@endsection @section('content')
@csrf @include('statistics.partials.form')
@endsection