@section("title", "Choose YABs to compare") @section('scripts') @endsection {{ __('Choose two YABs to compare') }} YABs home @if(count($all_yabs) >= 2) YABs 1 @foreach ($all_yabs as $yabs) {{ $yabs->server->hostname }} ({{$yabs['output_date']}}) @endforeach YABs 2 @foreach ($all_yabs as $yabs) index === 1)?'selected':''}}> {{ $yabs->server->hostname }} ({{$yabs['output_date']}}) @endforeach View comparison table @else You need to have added at least 2 YABs to use this feature @endif
You need to have added at least 2 YABs to use this feature