{{ csrf_field() }}
{{-- //add select with activities 'Llamada', 'Correo', 'Whatsapp/Redes Sociales', 'Otro', 'Incontactable' --}} {{-- --}} @if ($errors->has('activity'))
{{ $errors->first('activity') }}
@endif
@if ($errors->has('followup_date'))
{{ $errors->first('followup_date') }}
@endif
@if ($errors->has('comments'))
{{ $errors->first('comments') }}
@endif
{{-- + --}}
{{--
--}}