@include('people.reminders.form', [
'method' => 'PUT',
'action' => route('people.reminders.update', [$contact, $reminder]),
'update_or_add' =>'edit'
])
@extends('layouts.skeleton') @section('content')