@extends('layouts.master') @section('title', $fine->exists ? 'Boete bewerken' : 'Nieuwe boete') @section('content')

{{ $fine->exists ? 'Bewerk boete' : 'Nieuwe boete toevoegen' }}

@csrf
Annuleren
@endsection @push('scripts') @endpush