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

{{ trans('global.TMshape.fields.XVShapeName_helper') }}

@endsection