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

Application Information

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

Application Guidelines

  • info Name: Use clear application names like "Architecture", "Automotive", or "Decorative"
  • description Description: Explain where and how this application is used
  • standard Standard: Select the appropriate product standard for this application
  • sort Sort Order: Lower numbers appear first in listings

Common Applications

Architecture Building facades, windows, curtain walls
Automotive Vehicle windows, windshields
Decorative Interior design, furniture, art
Industrial Manufacturing, equipment
@endsection