@extends('Frontend.layouts.app') @section('styles') @endsection @section('content')
@if($url && !$action)

{{__('Do you want to unsubscribe?')}}

{{__('If you unsubscribe, you will stop receiving periodical mail updates.')}}

@endif @if($url)
{{__('Unsubscribe')}} {{__('Cancel')}}
@elseif($action)

{{__('You have succesfully unsubscribed')}}

{{__('Go back')}} @else

{{__('Unsubscribe failed, please try with a valid link.')}}

@endif
@endsection