@extends('admin.layout') @if (!empty($abs->language) && $abs->language->rtl == 1) @section('styles') @endsection @endif @section('content')
Features
@if (!empty($langs)) @endif
@csrf
@if ($errors->has('feature_title'))

{{ $errors->first('feature_title') }}

@endif

{{-- @if ($activeTheme == 'coffee' || $activeTheme == 'beverage')
@if ($errors->has('features_section_bg_color'))

{{$errors->first('features_section_bg_color')}}

@endif

@endif --}} @if ($activeTheme == 'coffee' || $activeTheme == 'beverage')
@if (!empty($abs->features_section_top_shape_image)) @endif ...
@if ($errors->has('features_section_top_shape_image'))

{{ $errors->first('features_section_top_shape_image') }}

@endif

@if (!empty($abs->features_section_bottom_shape_image)) @endif ...
@if ($errors->has('features_section_bottom_shape_image'))

{{ $errors->first('features_section_bottom_shape_image') }}

@endif

@endif
@if (count($features) == 0)

NO FEATURE FOUND

@else
@foreach ($features as $key => $feature) @endforeach
# Image Title Serial Number Actions
{{ $loop->iteration }} {{ convertUtf8($feature->title) }} {{ $feature->serial_number }} Edit
@csrf
@endif
@endsection @section('scripts') @endsection