@if (session()->has('alert')) @slot('type', session('alert')['type']) @slot('msg', session('alert')['msg']) @endif
{{ __('Shopify Store Management') }}
@foreach ($storeLists as $key=>$store) @endforeach
{{ __('#') }} {{ __('Domain') }} {{ __('Device') }} {{ __('Created At') }} {{ __('Updated At') }} {{ __('Action') }}
{{ ($key+1) }} {{ $store->domain }} {{ $store->device->body ?? 'N/A' }} {{ $store->created_at->format('d M Y') }} {{ $store->updated_at->format('d M Y') }}
@csrf @method('DELETE')