@extends('backend.layouts.main') @section('title') {{ __('Game') }} {{ $game->id }} :: {{ __('View') }} @endsection @section('content')
@include($game_package_id . '::backend.pages.games.show')
{{ __('Back to all games') }}
@endsection