@lang('app.id') | @lang('modules.settings.restaurantName') | @lang('modules.settings.restaurantEmailAddress') | @lang('modules.settings.package') | @lang('app.dateTime') | @lang('app.status') | @lang('app.action') | |
---|---|---|---|---|---|---|---|
{{ $item->id ?? '--' }} |
{{ $item->name }}
{{ $item->branches_count }} @lang('modules.settings.branches')
|
{{ $item->email ?? '--' }} | {{ $item->currentSubscription?->package->package_name }} ({{ $item->currentSubscription?->package_type }}) @lang('app.change') | {{ $item->created_at->timezone(global_setting()->timezone ?? 'Asia/Kolkata')->translatedFormat('d M Y, h:i A') }} | @if ($item->is_active == true) @lang('app.active') @else @lang('app.inactive') @endif |
|
|
@lang('messages.noRestaurantFound') |