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

{{ translate('pages') }}

@include('admin-views.business-settings.pages-inline-menu')
@csrf
{{ translate('features_Section') }} - {{ translate('top') }}
{{ translate('features_Section') }} - {{ translate('middle') }}
{{ translate('add_New') }}
@if (isset($features_section_middle) && !empty($features_section_middle) ) @forelse (json_decode($features_section_middle->value) as $item)
{{ translate('remove') }}
@empty
{{ translate('remove') }}
@endforelse @endif
{{ translate('features_Section') }} - {{ translate('bottom') }}
{{ translate('add_New') }}
@if (isset($features_section_bottom) && !empty($features_section_bottom) ) @forelse (json_decode($features_section_bottom->value) as $key => $item) @php($card_index = rand(1111, 9999))
{{ translate('Delete') }}
@empty
{{ translate('icon_box') }}
{{ translate('remove') }}
@endforelse @endif
@endsection @push('script') @endpush