@extends('layouts.game')
@section('title', $title)
@section('basePath', $basePath)
@section('language', $language)
@push('linked')
@foreach( $linked as $link)
type)) type="{{$link->type}}"@endif @if(isset($link->sizes)) sizes="{{$link->sizes}}"@endif>
@endforeach
@endpush
@push('css')
@foreach( $css as $src)
@endforeach
@endpush
@push('js')
@foreach( $scripts as $js)
@endforeach
@endpush