@lang('modules.package.packageName'): {{ $restaurant->package?->package_name ?? __('messages.noPackageFound') }}
@lang('modules.package.packageType'): {{ ucfirst($restaurant->package?->package_type->value) }} ({{ ucfirst($restaurant?->package_type) }})
@if ($restaurant->package?->package_type->value == 'trial')@lang('modules.package.trialExpireOn'): {{ $restaurant?->trial_ends_at ? \Carbon\Carbon::parse($restaurant->trial_ends_at)->format('D, d M Y') : '--' }}
@elseif ($restaurant->package?->package_type->value != 'lifetime')@lang('modules.package.licenceExpiresOn'): {{ optional($restaurant->license_expire_on)->format('D, d M Y') ?? '--' }}
@endif# | @lang('modules.settings.branchName') | @lang('modules.settings.branchAddress') | @lang('modules.order.totalOrder') |
---|---|---|---|
{{ $loop->index+1 }} | {{ $item->name }} | {{ $item->address }} | {{ $item->orders->count() }} |