@extends('layouts.admin') @section('title', 'หน้าจอสีด้ายเย็บ | แก้ไข') @section('content') {{ html()->form('POST', '#')->class('form-horizontal')->open() }}

หน้าจอสีด้ายเย็บ {{-- @lang('labels.backend.access.roles.management') --}} แก้ไข


{{ html()->label('รหัสสีสีด้ายเย็บ/') ->class('col-md-2 form-control-label') }}
{{ html()->text('name') ->class('form-control') ->placeholder(__('รหัสสีสีด้ายเย็บ')) ->attribute('maxlength', 191) ->required() ->autofocus() }}
{{ html()->label('รายละเอียด/') ->class('col-md-2 form-control-label') }}
{{ html()->textarea('name') ->class('form-control') ->placeholder(__('รายละเอียด')) ->attribute('maxlength', 191) ->required() ->autofocus() }}
{{ html()->label('จำนวน/') ->class('col-md-2 form-control-label') }}
{{ html()->text('name') ->class('form-control') ->placeholder(__('จำนวน')) ->attribute('maxlength', 191) ->required() ->autofocus() }}
{{ html()->label('ราคาต่อหน่วยหน่วย/') ->class('col-md-2 form-control-label') }}
{{ html()->text('name') ->class('form-control') ->placeholder(__('ราคาต่อหน่วยหน่วย')) ->attribute('maxlength', 191) ->required() ->autofocus() }}
{{ html()->label('รูป/') ->class('col-md-2 form-control-label') }}
{{ html()->form()->close() }} @endsection