@extends('layout') @section('content')
Loading...
@include('common.no_found',["message" => "No details found"])
SN Player Appearance Goals YC RC Minutes Played
@{{ (filter.page_no - 1)*filter.max_per_page + $index + 1 }} @{{player.player_name }} @{{player.appearance}} @{{player.goals}} @{{player.yellow_card}} @{{player.red_card}} @{{player.minutes_played}}
@endsection @section('footer_scripts') @endsection