@extends('layouts.master') @section('title', 'Boetes per speler') @section('content')
| Datum | Omschrijving | Bedrag | Betaald | @auth @if (auth()->user()->role >= 2)Actie | @endif @endauth
|---|---|---|---|---|
| {{ \Carbon\Carbon::parse($fine->date)->format('d-m-Y') }} | {{ $fine->fineType->description }} | €{{ number_format($fine->fineType->amount, 2, ',', '.') }} | @auth @if (auth()->user()->role >= 2) | Bewerk | @endif @endauth
Geen boetes.
@endif