@if (isset($customPage))

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

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

@else

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

@endif