@extends('admin::layouts.master') @section('title', __('admin/page.inquiry')) @section('content') @if ($errors->has('error')) @endif
{{--
--}} {{-- {{ __('common.add') }}--}} {{--
--}}
@hook('admin.page.list.column') @if (count($pages_format)) @foreach ($pages_format as $page) {{-- --}} @hook('admin.page.list.column_value') @endforeach @else @endif
ID {{ __('common.sku') }} {{ __('common.contacts') }} {{ __('common.email') }} {{ __('common.content') }} {{ __('common.created_at') }} {{ __('common.updated_at') }}{{ __('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'] }} {{-- {{ __('common.edit') }}--}} @hook('admin.page.list.action')
{{ $pages->links('admin::vendor/pagination/bootstrap-4') }}
@hook('admin.page.list.content.footer') @endsection @push('footer') @endpush