@extends('responsive.layouts.app') @section('content')
@if($isPost) @if (session('status'))
{{ session('status') }}
@endif @if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if ($isUnsubcribe == 0) You email '{{ $email }}' and information has been added to our mailing list. @elseif ($subcriberId == 0) You email '{{ $email }}' was not in our mailing list. @else You email '{{ $email }}' has been removed from our mailing list. @endif @else

Subscribe to our email list to receive news about the KRI’s activities:


@csrf

Your contact information will only ever be used for correspondence pertaining to the Kallir Research Institute, and will never be shared.



@csrf
@endif
@endsection