@extends('portal.ninja2020.layout.clean') @section('meta_title', ctrans('texts.preferences')) @section('body')
{{ $company->present()->name() }}

{{ ctrans('texts.email_preferences') }}

@csrf @method('put') @if($receive_emails)

{{ ctrans('texts.subscribe_help') }}

@else

{{ ctrans('texts.unsubscribe_help') }}

@endif
@stop