@extends('admin.layouts.main') @section('content')
@section('page_title') Feature @endsection
@if (Session::has('message')) @endif

Feature

@foreach ($PlanFeature as $index => $feature) @endforeach
# Title Actions
{{ $index + 1 }} {!! $feature->name ?? '' !!}
@endsection @section('jscode') @endsection