@can($viewGate) {{ trans('global.view') }} @endcan @can($editGate) @if (Route::currentRouteName() == "admin.shipping-lucky-draws.index") {{ trans('global.update') }} @elseif(Route::currentRouteName() == "admin.shipped-lucky-draws.index") {{ trans('global.update') }} @else {{ trans('global.edit') }} @endif @endcan @can($deleteGate)
@endcan @isset($approveRejectAction) @if ($row->status == 0) {{-- --}} @endif @endisset @isset($shipAction) @if ($row->status == 0) @endif @endisset @isset($printAction) @if ($row->status == 0) {{ trans('global.print') }} @else {{ trans('global.print') }} @endif @endisset