@foreach ($steps as $k => $stepView)
@if(intval($this->currentStepComputed) == intval($k))
@if($stepView)
@include("customer.{$stepView}")
@endif
@endif
@endforeach
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif