@extends('layouts.admin.app') @section('title',$store->name."'s ".translate('messages.Subscription')) @push('css_or_js') @endpush @section('content')
@else
@endif
{{ translate('messages.Mobile_App') }}
@else
@endif
{{ translate('messages.review') }}
@else
@endif
{{ translate('messages.chat') }}
@if ( $store?->store_sub_update_application?->max_order == 'unlimited' )
{{ translate('messages.unlimited_trips') }}
@else
{{ $store?->store_sub_update_application?->package?->max_order }} {{
translate('messages.Trips') }} ({{ $store?->store_sub_update_application?->max_order }} {{ translate('left') }})
@endif
@if ( $store?->store_sub_update_application?->max_product == 'unlimited' )
{{ translate('messages.unlimited_vehicle_Upload')
}}
@else
{{ $store?->store_sub_update_application?->max_product }} {{
translate('messages.vehicle_Upload') }} ({{ $store?->store_sub_update_application?->max_product - $store->vehicles_count > 0 ? $store?->store_sub_update_application?->max_product - $store->vehicles_count : 0 }} {{ translate('left') }})
@endif
{{translate('Chose a subscription packages from the list. So that Stores get more options to join the business for the growth and success.')}}