| 
<?php
 return [
 'trial_days' => 14,
 
 'plans' => [
 'bronze-express-772' => 'Bronze Express ? $9.99',
 'price_1IHa5pArn1gL4nVBw8yJEHxw' => 'Premium Express ? $19.99',
 ],
 
 'cancellation_reasons' => [
 'Too expensive',
 'Lacks features',
 'Not what I expected',
 ],
 
 'access' => [
 'role' => [
 
 /*
 * The name of the administrator role
 * Should be Administrator by design and unable to change from the backend
 * It is not recommended to change
 */
 'admin' => 'Administrator',
 ],
 ]
 ];
 
 |