I am trying to allow users to edit their playlist. However, whenever I try to execute the PATCH request, I get the MethodNotAllowed
Write {!! method_field('patch') !!} after form:
{!! method_field('patch') !!}
{!! method_field('patch') !!} . . .
Official documentation for helper function method_field()