{{ method_field($method) }} {{ csrf_field() }}

{{ trans('people.activities_add_title', ['name' => $contact->first_name]) }}


{{-- Summary --}}
@if ($errors->has('summary')) {{ $errors->first('summary') }} @endif
{{-- Date --}}
@if ($errors->has('date_it_happened')) {{ $errors->first('date_it_happened') }} @endif
{{-- Build the Activity types dropdown --}}
@if ($errors->has('activity_type_id')) {{ $errors->first('activity_type_id') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
{{ trans('app.cancel') }}