@if ($pagePath=='my-posts')
{{ t('Previous Posting') }}
@elseif ($pagePath=='archived')
{{ t('Archived ads') }}
@elseif ($pagePath=='favourite')
{{ t('Favourite ads') }}
@elseif ($pagePath=='pending-approval')
{{ t('Pending approval') }}
@else
{{ t('Posts') }}
@endif