Matchmaking Report
Sl No
Date
User 1
User 2
Score
@foreach($matches as $index => $match)
{{ $index + 1 }}
{{ \Carbon\Carbon::parse($match->updated_at)->format('d M, Y') }}
{{ $match->user_name }}
{{ $match->match_user_name }}
{{ $match->match_percentage }}%
@endforeach