{{-- Pterodactyl - Panel --}} {{-- Copyright (c) 2015 - 2017 Dane Everitt --}} {{-- This software is licensed under the terms of the MIT license. --}} {{-- https://opensource.org/licenses/MIT --}} @extends('layouts.master') @section('title') @lang('server.config.allocation.header') @endsection @section('content-header')

@lang('server.config.allocation.header')@lang('server.config.allocation.header_sub')

@endsection @section('content')

@lang('server.config.allocation.available')

@foreach ($allocations as $allocation) @endforeach
@lang('strings.ip') @lang('strings.alias') @lang('strings.port')
{{ $allocation->ip }} @if(is_null($allocation->ip_alias)) @lang('strings.none') @else {{ $allocation->ip_alias }} @endif {{ $allocation->port }} @if($allocation->id === $server->allocation_id) @lang('strings.primary') @else @lang('strings.make_primary') @endif

@lang('server.config.allocation.help')

@lang('server.config.allocation.help_text')

@endsection @section('footer-scripts') @parent {!! Theme::js('js/frontend/server.socket.js') !!} @endsection