@extends('layouts.master') @section('title') @lang('translation.Input Attributes') @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Input Attributes @endslot @slot('title') Add Input Attributes @endslot @endcomponent
@csrf
Input Attributes Details

Required
Required
Enter the Name of the attribute - Ex: string, int,double...
Required
Enter the Name of the attribute Ex: Min, Max...
Required
Enter the Value of the attribute
Required
@endsection @section('script') @endsection