@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 $pageKey=>$page) {{-- --}} @hook('admin.page.list.column_value') @endforeach @else @endif
ID {{ __('admin/product.products_img') }} {{ __('admin/product.products_name') }}-{{ __('common.sku') }} {{ __('common.contacts') }} {{ __('common.email') }} {{ __('common.content') }} {{ __('common.created_at') }} {{ __('common.updated_at') }}{{ __('common.action') }}
{{ $page['id'] }}
{{ $page['contacts'] ?? '' }}
--}} {{-- {{ $page['active'] ? __('common.enable') : __('common.disable') }}--}} {{--
{{ $page['email'] ?? '' }}
{{ $page['content'] ?? '' }}
{{ $page['created_at'] }} {{ $page['updated_at'] }} @hook('admin.page.list.action')
{{ $pages->links('admin::vendor/pagination/bootstrap-4') }}
@{{ dialog.form.product_name }}-@{{ dialog.form.product_sku_sku}}
@{{ dialog.form.contacts }} @{{ dialog.form.email }} @{{ dialog.form.content }} @{{ dialog.form.created_at }} @{{ dialog.form.updated_at }}
@hook('admin.page.list.content.footer') @endsection @push('footer') @endpush