@extends('layouts.master') @section('title') Edit Game @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Games @endslot @slot('title') Edit @endslot @endcomponent @include('partials.session')

Edit Game

@csrf @method('PUT')
@if ($game->thumbnail_image) thumbnail preview @else @endif
@endsection @section('script') @endsection