@extends('layouts.frontlayout') @section('content')
@if(isset($textFeatures) && $textFeatures) @foreach($textFeatures as $t => $f)
...

{{isset($f['title']) && Str::limit($f['title'],30) ? Str::limit($f['title'],30) : ''}}

{!!isset($f['description']) && Str::limit($f['description'],100) ? Str::limit($f['description'],100) : ''!!}

@endforeach @endif

{{isset($home->categories_title) && $home->categories_title ? $home->categories_title : ''}}

@if(isset($home['is_banner_button']) && $home['is_banner_button'] == 1)
{{-- @if(isset($home['add_banners_1']) && $home['add_banners_1']) --}}
@if(isset($home['add_banners_link_1']) && $home['add_banners_link_1']) .. @else .. @endif
{{-- @endif @if(isset($home['add_banners_2']) && $home['add_banners_2']) --}}
@if(isset($home['add_banners_link_2']) && $home['add_banners_link_2']) .. @else .. @endif
{{-- @endif --}}
@endif
...

{{isset($home['full_img_title']) && $home['full_img_title'] ? $home['full_img_title'] : ''}}

{{isset($home['full_img_sub_title']) && $home['full_img_sub_title'] ? $home['full_img_sub_title'] : ''}}

{!! isset($home['full_img_description']) && $home['full_img_description'] ? $home['full_img_description'] : '' !!}

@if(isset($home['is_full_img_button']) && $home['is_full_img_button'] == 1) @endif

{{isset($home['best_seller_title']) && $home['best_seller_title'] ? $home['best_seller_title'] : ''}}

{{isset($home['testimonials_title']) && $home['testimonials_title'] ? $home['testimonials_title'] : ''}}

@endsection