@isset ($why_choose_section_style1)
@php echo html_entity_decode($why_choose_section_style1->section_title); @endphp
@php echo html_entity_decode($why_choose_section_style1->title); @endphp
@php echo html_entity_decode($why_choose_section_style1->description); @endphp
@if (!empty($why_choose_section_style1->item))
@php
$str = $why_choose_section_style1->item;
$array_items = explode(",",$str);
@endphp
@foreach($array_items as $index => $item)
@if($index < count($array_items) / 2)
- {{ $item }}
@endif
@endforeach
@unset ($item)
@foreach($array_items as $index => $item)
@if($index >= count($array_items) / 2)
- {{ $item }}
@endif
@endforeach
@unset ($item)
@endif
@else
@if (Auth::user() || $draft_view == null || $draft_view->status == 'enable')
Why Choose Us
We are specialize in frameworks UI for years
A front end library is being released every day and it is requested
to master these technologies.I also follow the market every day and
follow the updates of new frontend frameworks and programming frameworks.
It is easier for me to keep up with new technologies in projects
- Full Responsive Design
- Modern Browser Compatible
- Clean & Quality Code
- 7/24 Customer Support
@endif
@endisset
@if (is_countable($why_chooses_style1) && count($why_chooses_style1) > 0)
@foreach ($why_chooses_style1 as $item)
@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)
@else
@if (Auth::user() || $draft_view == null || $draft_view->status == 'enable')
@endif
@endif