@if(isset($options['edit'])) @if(Auth::check() && (Auth::user()->id == $website->user_id || Auth::user()->role == 1)) @include('icons.edit', ['class' => 'text-muted fill-current width-4 height-4 '.(__('lang_dir') == 'rtl' ? 'ml-3' : 'mr-3')]) {{ __('Edit') }} @endif @endif @if(isset($options['stats'])) @include('icons.stats', ['class' => 'text-muted fill-current width-4 height-4 '.(__('lang_dir') == 'rtl' ? 'ml-3' : 'mr-3')]) {{ __('Stats') }} @endif @if(isset($options['open'])) @include('icons.open_new', ['class' => 'text-muted fill-current width-4 height-4 '.(__('lang_dir') == 'rtl' ? 'ml-3' : 'mr-3')]) {{ __('Open') }} @endif @if(isset($options['delete']))
@include('icons.delete', ['class' => 'fill-current width-4 height-4 '.(__('lang_dir') == 'rtl' ? 'ml-3' : 'mr-3')]) {{ __('Delete') }} @endif