@extends('admin.layouts.app') @section('head') @endsection @section('breadcrumb') @include('admin.includes.breadcrumb', [ 'title' => __('admin.games.index'), 'menu' => [ __('admin.games.index') => route('admin.games.index'), __('admin.games.show') => route('admin.games.show', $item->id), ], ]) @endsection @section('content')