@extends('shaun_core::admin.layouts.master') @section('content')
| {{__('Name')}} | {{__('Price')}} | {{ __('Commission for referral (%)') }} | {{__('Trial day(s)')}} | {{__('Enable')}} | {{__('Actions')}} | @foreach ($plans as $plan)|
|---|---|---|---|---|---|---|
| {{$plan->getTranslatedAttributeValue('name')}} | {{$plan->getDescription()}} | {{$plan->referral_commission}} | {{$plan->trial_day}} | {{$plan->is_active ? __('Yes') : __('No')}} | {{__('Edit')}} {{__('Delete')}} |