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

Edit Game

@include('admin.games._form', [ 'action' => route('admin.games.update', $game), 'method' => 'PUT', ]) @endsection