@extends('layouts.app') @section('content')
@include('service.navTabs')
FIFA 종합 순위

FIFA 국제축구연맹에서 제공하는 축구 순위 정보입니다.
남성, 여성 축구 순위를 조회할 수 있습니다.
세계 축구 대회 순으로도 조회가 가능합니다.
type == 'men') checked @endif/>
type == 'women') checked @endif/>


총 국가 : {{ $total }}

@if($total > 0) @foreach($rankings as $row) @php $diff = ($row['rankingItem']['rank'] - $row['rankingItem']['previousRank']) @endphp @endforeach @else @endif
순위 국가 총점 이전 순위 변동
{{ $loop->iteration }} {{ $row['rankingItem']['flag']['alt'] }} {{ $row['rankingItem']['name'] }} {{ $row['rankingItem']['totalPoints'] }} {{ $row['rankingItem']['previousRank'] }} {{ abs($diff) }} @if($diff > 0) @else @endif
No data.
@endsection @push('styles') @endpush @push('scripts') @endpush