@extends('layouts.back-end.app') @section('title', translate('features_Section')) @section('content')

{{ translate('pages') }}

@include('admin-views.business-settings.pages-inline-menu')
@csrf
@if(theme_root_path() == 'theme_fashion')
{{ translate('features_Section').' '.'-'.' '.translate('top')}}
{{ translate('features_Section').' '.'-'.' '.translate('middle') }}
{{ translate('add_new') }}
@if (!empty($featuresSectionMiddle) ) @forelse (json_decode($featuresSectionMiddle->value) as $item)
@empty
@endforelse @endif
@endif
{{ translate('features_Section').' '.'-'.' '.translate('bottom') }}
{{ translate('add_new') }}
@if (!empty($featuresSectionBottom) ) @forelse (json_decode($featuresSectionBottom->value) as $key => $item) @php($card_index = rand(1111, 9999))
{{ translate('icon_box') }}