@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