{{-- Close Buttons --}}
@if(config('adminlte.iframe.buttons.close_all', true) || config('adminlte.iframe.buttons.close_all_other', true))
@elseif(config('adminlte.iframe.buttons.close', false))
{{ __('adminlte::iframe.btn_close') }}
@endif
{{-- Scroll Left Button --}}
@if(config('adminlte.iframe.buttons.scroll_left', true))
@endif
{{-- Tab List --}}
{{-- Scroll Right Button --}}
@if(config('adminlte.iframe.buttons.scroll_right', true))
@endif
{{-- Fullscreen Button --}}
@if(config('adminlte.iframe.buttons.fullscreen', true))
@endif
{{-- Loading Overlay --}}
{{ __('adminlte::iframe.tab_loading') }}
{{-- Default Tab Content --}}
@if(! empty(config('adminlte.iframe.default_tab.url')))
@endif
{{-- Empty Tab --}}
{{ __('adminlte::iframe.tab_empty') }}