@php
$steps = (new \App\Helpers\GlobalApp())->stepsPeriodsUser(Auth::user()->id, $period->id);
$consultant = Auth::user()->hasRole('consultant') ? '-consultant' : '';
//dd($steps);
//dd(in_array(1,$steps));
@endphp
@if (in_array(0, $steps))
@endif
@if (in_array(1, $steps))
@endif
@if (in_array(2, $steps))
@endif
@if (in_array(3, $steps))
@endif
@if (in_array(4, $steps))
@endif
@if (in_array(5, $steps))
@endif
@if (in_array(6, $steps))
@endif
@if (in_array(7, $steps))
@endif
@if (in_array(8, $steps))
@endif
@if (in_array(9, $steps))
@endif
@if (in_array(10, $steps))
@endif