@isset($data) @if (isset($type) && $type == 'Page') @if ($data->status == 0) {{ __('static.pending') }} @endif @if ($data->status == 1) {{ __('static.published') }} @endif @if ($data->status == 2) {{ __('static.draft') }} @endif @else @if ($data->status == 0) {{ __('static.inactive') }} @endif @if ($data->status == 1) {{ __('static.active') }} @endif @endif @endisset