@extends('layouts.admin.base') @section('top-script') @endsection @section('page-title') Plan Features @endsection @section('content')
| Name | Type | Amount | No. of Days | Repeat | Date Added |
|---|---|---|---|---|---|
{{ $feature->name }} |
{{ $feature->type }} |
{{ $feature->amount }}% |
{{ $feature->n_of_days }} |
{{ $feature->repeat ? "Recurring" : "One Time" }} |
{{ timeAgo($feature->created_at) }} |
| Description {!! html_entity_decode($feature->description) !!} | |||||