@php $paymentOptions = $payments->mapWithKeys(function ($payment) { return [ $payment->id => $payment->url, ]; }); @endphp @extends('layouts.master') @section('title', $fineType->exists ? 'Boetetype bewerken' : 'Nieuw boetetype') @section('content')

{{ $fineType->exists ? 'Bewerk boetetype' : 'Nieuw boetetype' }}

@csrf Annuleren
@endsection