{{ ucfirst($plan->name) }} Plan Features
# | Name | Actions |
---|---|---|
{{ ++$key }} |
{{ $feature->description }} |
|
@extends('layouts.app')
@section('content')
{{ ++$key }}{{ ucfirst($plan->name) }} Plan Features
@foreach ($features as $key => $feature)
#
Name
Actions
@endforeach
{{ $feature->description }}