@extends('shaun_core::admin.layouts.master') @section('content')
{{__('Plans of')}}: {{$package->name}}
{{__('Create new plan')}}
@foreach ($plans as $plan) @endforeach
{{__('Name')}} {{__('Price')}} {{ __('Commission for referral (%)') }} {{__('Trial day(s)')}} {{__('Enable')}} {{__('Actions')}}
open_with {{$plan->getTranslatedAttributeValue('name')}} {{$plan->getDescription()}} {{$plan->referral_commission}} {{$plan->trial_day}} {{$plan->is_active ? __('Yes') : __('No')}} {{__('Edit')}} {{__('Delete')}}
@stop @push('scripts-body') @endpush