@if (session()->has('alert'))
@slot('type', session('alert')['type'])
@slot('msg', session('alert')['msg'])
@endif
{{ __('Wordpress Store Management') }}
| {{ __('#') }} | {{ __('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') }} |