@extends('admin::layouts.master')
@section('title', __('admin/page.inquiry'))
@section('content')
@if ($errors->has('error'))
| ID | {{ __('common.sku') }} | {{ __('common.contacts') }} | {{ __('common.email') }} | {{ __('common.content') }} | {{ __('common.created_at') }} | {{ __('common.updated_at') }} | @hook('admin.page.list.column'){{ __('common.action') }} | |
|---|---|---|---|---|---|---|---|---|
| {{ $page['id'] }} |
{{ $page['product_sku_sku'] ?? '' }}
|
{{ $page['contacts'] ?? '' }}
|
{{-- --}} {{-- {{ $page['active'] ? __('common.enable') : __('common.disable') }}--}} {{-- | --}}
{{ $page['email'] ?? '' }}
|
{{ $page['content'] ?? '' }}
|
{{ $page['created_at'] }} | {{ $page['updated_at'] }} | @hook('admin.page.list.column_value'){{-- {{ __('common.edit') }}--}} @hook('admin.page.list.action') |