@extends('layouts.super-admin-layout') @section('content')
@csrf
@if(count($features)) @foreach($features as $key) @endforeach @endif
# Title Description Actions
{{ $loop->index +1 }} {{ $key->title }} {{ $key->short_description }}
{{$features->links("pagination::bootstrap-4")}}
@endsection