@if(Auth::user())
@can('section check')
@endcan
@endif
@isset ($work_process_section_style1)
@php echo html_entity_decode($work_process_section_style1->section_title); @endphp
@php echo html_entity_decode($work_process_section_style1->title); @endphp
@else
@if (Auth::user() || $draft_view == null || $draft_view->status == 'enable')
How Our Work
Our prepare your projects in 3 stages
@endif
@endisset
@if (is_countable($work_processes_style1) && count($work_processes_style1) > 0)
@php $i = 2; $t = 1; @endphp
@foreach ($work_processes_style1->chunk(3) as $work_process)
@foreach ($work_process as $item)
@if (!$loop->last)
@endif
0{{ $t++ }}
@if (!empty($item->section_image))
@endif
@if(Auth::user())
@can('section check')
@php
$url = request()->path();
$modified_url = str_replace('/', '-bracket-', $url);
@endphp
@endcan
@endif
@php echo html_entity_decode($item->title); @endphp
@endforeach
@unset ($item)
@endforeach
@unset ($work_process)
@else
@if (Auth::user() || $draft_view == null || $draft_view->status == 'enable')
@endif
@endif