@extends('layouts.admin') @section('title', 'หน้าจอสำหรับ | เพิ่ม') @section('content')
@csrf
{{ trans('global.create') }}{{ trans('global.foruse') }}
@if($errors->has('XVForType')) {{ $errors->first('XVForType') }} @endif

{{ trans('global.TMforuse.fields.XVForType_helper') }}

@endsection