@extends('admin::layouts.master') @section('title', __('admin/common.customer')) @section('content')
{{ __('common.id') }} {{ __('customer.email') }} {{ __('customer.name') }} {{ __('customer.from') }} {{ __('customer.customer_group') }} {{ __('common.status') }} {{ __('common.created_at') }} {{ __('common.action') }}
@{{ customer.id }} @{{ customer.email }}
{{-- --}}
@{{ customer.name }}
@{{ customer.from }} @{{ customer.customer_group_name }} {{ __('common.enable') }} {{ __('common.disable') }} @{{ customer.created_at }} {{ __('common.edit') }}
{{ __('common.save') }} {{ __('common.cancel') }}
@endsection @push('footer') @endpush