@extends('layouts.admin') @section('content')
@csrf
{{ trans('global.create') }}{{ trans('global.customers') }}
@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') }}

--}}
@endsection