@extends('backend.layouts.app') @section('title', 'Features') @push('styles') @endpush @section('content')
add CREATE

FEATURE LIST

@foreach( $features as $key => $feature ) @endforeach
SL. Name Slug Action
SL. Name Slug Action
{{$key+1}} {{$feature->name}} {{$feature->slug}} edit
@endsection @push('scripts') @endpush