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

NO FEATURE FOUND

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