@extends('layouts.admin') @section('content') {{-- @php dd($Customer); @endphp --}}
{{ trans('global.edit') }} {{ trans('global.customers') }}
XIGuestCode]) }}" method="POST" enctype="multipart/form-data"> @csrf @method('PUT')
@if($errors->has('XVGuestName')) {{ $errors->first('XVGuestName') }} @endif

{{ trans('global.TMcustomer.fields.XVGuestName_helper') }}

@if($errors->has('XVNameContact')) {{ $errors->first('XVNameContact') }} @endif

{{ trans('global.TMcustomer.fields.XVNameContact_helper') }}

@if($errors->has('XVGuestAddress')) {{ $errors->first('XVGuestAddress') }} @endif

{{ trans('global.TMcustomer.fields.XVGuestAddress_helper') }}

@if($errors->has('XVGuestTel')) {{ $errors->first('XVGuestTel') }} @endif

{{ trans('global.TMcustomer.fields.XVGuestTel_helper') }}

@if($errors->has('XVDay')) {{ $errors->first('XVDay') }} @endif {{--

{{ trans('global.TMcustomer.fields.XVDay_helper') }}

--}}
{{--
@if($errors->has('XVGuestAddress')) {{ $errors->first('XVGuestAddress') }} @endif

{{ trans('global.TMcustomer.fields.XVGuestAddress_helper') }}

--}}
@endsection