@extends('admin::layouts.master') @section('title', __('admin/common.customer')) @section('content')
@if ($type != 'trashed') @else @endif
{{ __('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 }} @if ($type != 'trashed') {{ __('common.edit') }} @else {{ __('common.restore') }} @endif
{{ __('common.save') }} {{ __('common.cancel') }}
@endsection @push('footer') @endpush