@can($viewGate) {{ trans('global.view') }} @endcan @can($editGate) {{ trans('global.edit') }} @endcan @isset($deleteGate) @can($deleteGate)
@endcan @endisset {{-- Promoter Task List --}} @isset($printGate) @can($printGate) Print @endcan @endisset @isset($clockInOutGate) @can($clockInOutGate) @if ($row->promoters()->where('promoter_id', auth()->user()->id)->firstOrFail()->pivot->status == 0) @elseif ($row->promoters()->where('promoter_id', auth()->user()->id)->firstOrFail()->pivot->status == 1) @endif @endcan @endisset {{-- End Promoter Task List --}}