Modal development for Premium Cloud

This commit is contained in:
Burak Civan 2022-04-07 16:28:57 +03:00
parent 938d43c58b
commit a5eda2e16b
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<svg width="171" height="171" viewBox="0 0 171 171" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M50.0172 124.228C39.9895 115.037 33.5416 102.004 33.0079 87.4609H0.0833359C0.63564 111.994 11.5302 133.973 28.5783 149.212L50.0172 124.228Z" fill="#C1B55E"/>
<path d="M85.4885 0.0717087C39.0374 0.0717087 1.24593 37.1456 0.0871658 83.3171H33.017C34.1613 55.325 57.2156 32.9836 85.4885 32.9836C114.493 32.9836 138.005 56.4959 138.005 85.5C138.005 105.011 127.365 122.037 111.571 131.092L127.065 160.145C153.225 145.543 170.917 117.587 170.917 85.5C170.917 38.3194 132.669 0.0717087 85.4885 0.0717087Z" fill="#C1B55E"/>
<path d="M107.897 133.008C101.101 136.219 93.5037 138.017 85.4881 138.017C73.3042 138.017 62.0888 133.868 53.1792 126.905L31.7331 151.898C46.4132 163.798 65.1181 170.928 85.4882 170.928C99.1043 170.928 111.976 167.741 123.399 162.075L107.897 133.008Z" fill="#C1B55E"/>
<path d="M170.917 85.5H138.005V170.928H170.917V85.5Z" fill="#C1B55E"/>
</svg>

After

Width:  |  Height:  |  Size: 973 B

View File

@ -0,0 +1,22 @@
<?php
return [
'upgrade_premium' => [
'title' => 'Upgrade to Premium Cloud',
'description' => 'Upgrade to Premium Cloud to run your business automated and professionally.',
],
'features' => [
'bank_feeds' => ' Bank Feeds',
'manual_journal' => ' Manual Journals, General Ledger',
'unlimited_users' => ' Unlimited users',
'expense_claims' => ' Expense Claims',
'balance_sheet' => ' Balance Sheet and Trial Balance',
'employee' => ' Employee Management',
'more' => 'And more',
],
'upgrade_to_premium' => 'Upgrade to Premium',
];