@section('title') {{'Choose servers'}} @endsection @section('scripts') @endsection {{ __('Choose two servers to compare') }} Servers home Server1 @foreach ($all_servers as $server) {{ $server['hostname'] }} @endforeach Server2 @foreach ($all_servers as $server) {{ $server['hostname'] }} @endforeach View comparison table @if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 1) Built on Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }}) @endif
Built on Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})