@lang('app.id') | @lang('modules.settings.restaurantName') | @lang('modules.settings.restaurantEmailAddress') | @lang('modules.settings.package') | @lang('app.status') | @lang('app.action') | ||
---|---|---|---|---|---|---|---|
{{ $item->id ?? '--' }} |
{{ $item->name }}
@if(module_enabled('Subdomain'))
@endif
{{ $item->branches_count }} @lang('modules.settings.branches')
@if ($item->approval_status == 'Pending')
@elseif ($item->approval_status == 'Rejected')
@endif
|
{{ $item->email ?? '--' }} | {{ $item?->package->package_name }} ({{ $item?->package_type }}) @lang('app.change') | @if ($item->is_active == true) @lang('app.active') @else @lang('app.inactive') @endif |
|
||
@lang('messages.noRestaurantFound') |