@extends('ingame.layouts.main') @section('content') @if (session('status'))
{{ session('status') }}
@endif @if ($is_in_vacation_mode ?? false)
@lang('Player in vacation mode')
@lang('You cannot use the galaxy view whilst in vacation mode!')
@else
Esp.Probe:0
Recy.:0
IPM.:0
Used slots:0/0
Discoveries: 0/3950
E
I
N
S
V
Planet
Name
Moon
DF
Player (Status)
Alliance
Action
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

Deep space:

Expedition
0 Planets colonized

@include('ingame.shared.buddy.bbcode-parser')
@endif @endsection