@if (in_array(\App\Helpers\Helpers::to_slug(Auth::user()->roles->first()->name), array('admin_logistik')) && $wo->total_product == $wo->total_inventory)
@if (\App\Helpers\Helpers::to_slug(Auth::user()->roles->first()->name) != $wo->flag && in_array($wo->raw_status, array('1', '2', '7', '9', '10', '11')) && $wo->flag != 'approved')
@endif
@if (in_array($wo->raw_status, array('5','13')))
Pengambilan Product
@endif
@endif
@if (in_array(\App\Helpers\Helpers::to_slug(Auth::user()->roles->first()->name), array('admin_evoucher')))
@if (\App\Helpers\Helpers::to_slug(Auth::user()->roles->first()->name) != $wo->flag && in_array($wo->raw_status, array('1', '2', '7', '9', '10', '11')) && $wo->flag != 'approved')
@endif
@endif