@foreach ($packages['monthly'] as $monthly)
{{ $monthly->title }}
@if ($monthly->title == 'Gold')
Popular
@endif
{{ $monthly->price }}
/ Monthly
What's Included
{{-- - branch per company
({{ $monthly->number_of_branch_per_company }})
--}}
- user per Company
({{ $monthly->number_of_user_per_company }})
- order per user
({{ $monthly->number_of_order_per_user }})
- device per user
({{ $monthly->number_of_device_per_user }})
-
@if (strpos($monthly->features, 'target achievement') !== false)
@else
@endif
Target Achievement
-
@if (strpos($monthly->features, 'invoice') !== false)
@else
@endif
Invoice
-
@if (strpos($monthly->features, 'order') !== false)
@else
@endif
Order
-
@if (strpos($monthly->features, 'whatsapp') !== false)
@else
@endif
Whatsapp
-
@if (strpos($monthly->features, 'email') !== false)
@else
@endif
Email
-
@if (strpos($monthly->features, 'push notification') !== false)
@else
@endif
Push Notification
{{--
Choose Plan --}}
@endforeach