@extends('layouts.master') @section('title', $fineType->exists ? 'Boetetype bewerken' : 'Nieuw boetetype') @section('content')

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

@csrf
Annuleren
@endsection