@forelse ($restaurants as $item) @empty @endforelse
@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 ?? '--' }} App Logo
{{ $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('app.update')
@lang('messages.noRestaurantFound')
{{ $restaurants->links() }}
{{ __("modules.restaurant.editRestaurant") }} @if ($restaurant) @livewire('forms.edit-restaurant', ['restaurant' => $restaurant], key(str()->random(50))) @endif {{ __('Close') }} @lang('modules.restaurant.deleteRestaurant')? @lang('modules.restaurant.deleteRestaurantMessage') {{ __('Cancel') }} @if ($restaurant) {{ __('Delete') }} @endif {{ __("modules.restaurant.updatePackage") }} @if ($restaurant) @livewire('forms.update-package', ['restaurant' => $restaurant], key(str()->random(50))) @endif {{ __('Close') }}