@extends('layouts.app') @section('content')

{{ ucfirst($plan->name) }} Plan Features

@foreach ($features as $key => $feature) @endforeach
# Name Actions

{{ ++$key }}

{{ $feature->description }}
@csrf @method('DELETE')
@section('script') {{-- Fetch feature on Edit click --}} @endsection @endsection