@extends('layouts.master') @section('title', 'Krattenlijst') @section('content')

Kratten per Speler

@can('crate-edit') @endcan @foreach($players as $player) @can('crate-edit') @endcan @endforeach
Speler Aantal KrattenActie
{{ $player->name }} {{ $player->crates_count }}
@csrf
@csrf
@endsection