@extends('admin.layout') @section('content')
Intro Point
@if (!empty($langs)) @endif
@if (count($features) == 0)

NO Intro Point FOUND

@else
@if ( $activeTheme == 'multipurpose' || $activeTheme == 'pizza' || $activeTheme == 'grocery' || $activeTheme == 'medicine' || $activeTheme == 'bakery') @endif @if ( $activeTheme == 'multipurpose' || $activeTheme == 'pizza' || $activeTheme == 'grocery' || $activeTheme == 'medicine' || $activeTheme == 'bakery') @endif @if ($activeTheme == 'coffee' || $activeTheme == 'medicine' || $activeTheme == 'beverage') @endif @foreach ($features as $key => $feature) @if ( $activeTheme == 'multipurpose' || $activeTheme == 'pizza' || $activeTheme == 'grocery' || $activeTheme == 'medicine' || $activeTheme == 'bakery') @endif @if ( $activeTheme == 'multipurpose' || $activeTheme == 'pizza' || $activeTheme == 'grocery' || $activeTheme == 'medicine' || $activeTheme == 'bakery') @endif @if ($activeTheme == 'coffee' || $activeTheme == 'medicine' || $activeTheme == 'beverage') @endif @endforeach
#IconTitleText Rating Point Rating SymbolSerial Number Actions
{{ $loop->iteration }} {{ convertUtf8($feature->title) }}{{ convertUtf8($feature->text) }}{{ $feature->intro_section_rating_point }} {{ $feature->intro_section_rating_symbol }} {{ $feature->serial_number }} Edit
@csrf
@endif
@endsection