@extends('layouts.admin-simple') @section('title', 'Add Product Standard') @section('page-title', 'Add Product Standard') @section('breadcrumb') @endsection @section('content')

Standard Information

@csrf
@error('category_id')
{{ $message }}
@enderror
@error('name')
{{ $message }}
@enderror
@error('code')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
@error('sort_order')
{{ $message }}
@enderror
cancel Cancel

Common Standards

JIS (Japanese Industrial Standards)
  • JIS R 3202 - Float glass
  • JIS R 3206 - Pattern glass
EN (European Standards)
  • EN 572-2 - Float glass
  • EN 1096 - Coated glass
ASTM (American Standards)
  • ASTM C1036 - Flat glass
  • ASTM C1503 - Mirror glass
SASO (Saudi Standards)
  • SASO 2663 - Mirror glass
@endsection