@extends('index-unsub') @section('content')
@if ($unsubsribed == 'false') {!! Form::open() !!}

Do you really want to unsubscribe from our mailing list?

This action cannot be undone.

{!! Form::close() !!} @elseif ($unsubsribed == 'true')

You have been successfully unsubscribed from our mailing list.

We are sorry to see you go.

@elseif ($unsubsribed == 'already')

You have already been successfully unsubscribed from our mailing list.

@else

Unsubscribe verification has failed, please try again.

@endif
@endsection