@extends('layouts.admin') @section('content')
{{ trans('global.show') }} {{ trans('global.product.title') }}
{{ trans('global.TMcustomer.fields.XIGuestCode') }} {{ $Customer->XIGuestCode }}
{{ trans('global.TMcustomer.fields.XVGuestName') }} {{ $Customer->XVGuestName }}
{{ trans('global.TMcustomer.fields.XVGuestAddress') }} {{ $Customer->XVGuestAddress }}
{{ trans('global.TMcustomer.fields.XVGuestTel') }} {{ $Customer->XVGuestTel }}
{{ trans('global.TMcustomer.fields.XVNameContact') }} {{ $Customer->XVNameContact }}
@endsection