@extends('panel::layouts.app') @section('body-class', 'page-customer') @section('title', __('panel/menu.customers')) @section('page-title-right') {{ __('panel/common.create') }} @endsection @section('content')
| {{ __('panel/common.id')}} | {{ __('panel/customer.customer_info') }} | @hookinsert('panel.customer.index.thead.bottom'){{ __('panel/customer.from') }} | {{ __('panel/customer.group') }} | {{ __('panel/customer.locale') }} | @hookinsert('panel.product.index.thead.bottom'){{ __('panel/common.created_at') }} | {{ __('panel/common.active') }} | {{ __('panel/common.actions') }} |
| {{ $item->id }} |
{{ $item->name }}
{{ $item->email }}
|
@hookinsert('panel.customer.index.tbody.bottom', $item)
{{ $item->from_display }} | {{ $item->customerGroup->translation->name ?? '-' }} | {{ $item->locale }} | @hookinsert('panel.product.index.tbody.bottom', $item){{ $item->created_at }} | @include('panel::shared.list_switch', ['value' => $item->active, 'url' => panel_route('customers.active', $item)]) |