@extends('layouts.admin') @section('content')
{{ trans('cruds.customerType.fields.id') }} | {{ $customerType->id }} |
---|---|
{{ trans('cruds.customerType.fields.customer_type') }} | {{ $customerType->customer_type }} |
{{ trans('cruds.customerType.fields.customer_type_code') }} | {{ $customerType->customer_type_code }} |
{{ trans('cruds.customerType.fields.staus') }} | {{ App\Models\CustomerType::STATUS_RADIO[$customerType->status] ?? '' }} |
{{ trans('cruds.customerType.fields.sync') }} | {{ $customerType->sync }} |