@extends('layouts.admin') @section('title', 'Create Game') @section('content')

Create Game

@include('admin.games._form', [ 'action' => route('admin.games.store'), 'method' => 'POST', ]) @endsection