Main Features
@if($product->features != '')
@foreach(explode('-',$product->features) as $key => $feature)
@if($key > 0)
- {{ $feature }}
@endif
@endforeach
@endif
Specifications
@if($product->specifications != '')
@foreach(explode('-',$product->specifications) as $key => $specification)
@if($key > 0)
- {{ $specification }}
@endif
@endforeach
@endif
{{--
{{ ($product->features) }}
--}}
{{--
Live Preview --}}
{{--
Services
--}}
{{--
--}}
{{--- Design
--}}
{{--- HTML/CSS
--}}
{{--- Javascript
--}}
{{--- Backend
--}}
{{--
--}}