mirror of
https://github.com/exane/not-gwent-online
synced 2024-10-31 10:36:53 +00:00
11 lines
246 B
PHP
11 lines
246 B
PHP
|
@extends('app')
|
||
|
|
||
|
@section('content')
|
||
|
|
||
|
@if($type == 'server')
|
||
|
<component is="lobby" v-transition transition-mode="out-in"></component>
|
||
|
@else
|
||
|
<component is="@{{ view }}" v-transition transition-mode="out-in"></component>
|
||
|
@endif
|
||
|
|
||
|
@stop
|