@php $print = isset($print) ? $print : 1; $excel = isset($excel) ? $excel : 1; @endphp @if ($excel) {{__('obs.excel')}} @endif @if ($print) {{__('obs.print')}} @endif