@extends('doctor.layouts.app') @section('content') @include('doctor.logos')
@foreach($weeklyScores as $index => $user) @endforeach
Rank User Name Zone Points
#{{ $index + 1 }} {{ $user->doctorname }} {{ $user->hq }} {{ $user->total_points }}
Winner of Match 11 to Match 20 will be declared on 13 AprĀ (Monday)
@foreach($weeklyranking as $week => $data)
{{ \Carbon\Carbon::parse($data['start_date'])->format('M d') }} - {{ \Carbon\Carbon::parse($data['end_date'])->format('M d, Y') }}
@foreach($data['rankings'] as $ranking) @endforeach
Rank User Name Zone Points
#{{ $ranking->rank }} {{ $ranking->doctorname }} {{ $ranking->hq }} {{ $ranking->total_points }}
@endforeach
@endsection @section('footers') @endsection