@if (isset($customPage))

@if(!is_null($customPage->title)) {{ ($customPage->title) }} @endif

@if(!is_null($customPage->description)) {!! $customPage->description !!} @endif

@else

@lang('recruit::messages.unsubscribeMsg')

@endif