@extends('layouts.admin') @section('header','Edit '.$game->name) @section('breadcrumbs')
  • Home
  • games
  • @stop @section('content')
    @include('errors')
    {{ csrf_field() }} {{ method_field('PATCH') }}
    @stop