Prining data added

This commit is contained in:
dev-chiefworks
2023-01-12 18:57:57 -05:00
parent fd893e019e
commit 7e23bf74b0
4 changed files with 140 additions and 32 deletions
+15 -18
View File
@@ -18,28 +18,25 @@ class myfitPricing extends Model
return array
(
[
'title' => 'This is the title 1 from backend',
'text' => 'Random Text Generator is a web application which provides true random text which you can use in your documents or web designs. How does it work? First we took many books available on project Gutenberg and stored their contents in a database.'
'icon' => '/static/media/standard.png',
'title' => 'Standard',
'text' => 'For the basics.',
'price' => '$16',
'features' =>['Feature 1', 'Feature 2', 'Feature 3', 'Feature 4','Feature 5']
],
[
'title' => 'This is the title 2',
'text' => 'Random Text Generator is a web application which provides true random text which you can use in your documents or web designs. How does it work? First we took many books available on project Gutenberg and stored their contents in a database.'
'icon' => '/static/media/unlimited.png',
'title' => 'Unlimited',
'text' => 'Professionals here.',
'price' => '$98',
'features' =>['Feature 11', 'Feature 22', 'Feature 33', 'Feature 44','Feature 55']
],
[
'title' => 'This is the title 3',
'text' => 'Random Text Generator is a web application which provides true random text which you can use in your documents or web designs. How does it work? First we took many books available on project Gutenberg and stored their contents in a database.'
],
[
'title' => 'This is the title 4',
'text' => 'Random Text Generator is a web application which provides true random text which you can use in your documents or web designs. How does it work? First we took many books available on project Gutenberg and stored their contents in a database.'
],
[
'title' => 'This is the title 5',
'text' => 'Random Text Generator is a web application which provides true random text which you can use in your documents or web designs. How does it work? First we took many books available on project Gutenberg and stored their contents in a database.'
],
[
'title' => 'This is the title 6',
'text' => 'Random Text Generator is a web application which provides true random text which you can use in your documents or web designs. How does it work? First we took many books available on project Gutenberg and stored their contents in a database.'
'icon' => '/static/media/premium.png',
'title' => 'Premium',
'text' => 'For small team.',
'price' => '$56',
'features' =>['Feature 6', 'Feature 77', 'Feature 88', 'Feature 99','Feature 100']
]
);