@endif
@if (Auth::user()->get_employee->is_mgt or Auth::user()->get_employee->is_mkt)
Projektstatus - aktuelle in
Firma:
@foreach ($status_in_com as $sc)
@endforeach
@endif
@if (Auth::user()->get_employee->is_mgt or
Auth::user()->get_employee->is_mgr and
$offer_spare->current_department_id == Auth::user()->get_employee->get_department->department_id)
@foreach ($offer_spare->timelines as $tt)
@if ($tt->is_event or $tt->is_email or $tt->is_note or $tt->is_call or $tt->is_post or $tt->is_personally)
@if (request('d_tag') == $tt->timeline_id)
@endif