@extends('backend.layout.main') @section('content') {{__('db.Create Custom Field')}} {{__('db.The field labels marked with * are required input fields')}}. {!! Form::open(['route' => 'custom-fields.store', 'method' => 'post']) !!} {{__('db.Field Belongs To')}} * {{__('db.Nothing Selected')}} {{__('db.Product')}} {{__('db.Sale')}} {{__('db.Purchase')}} {{__('db.customer')}} {{__('db.Field Name')}} * {{__('db.Field Type')}} * {{__('db.Nothing Selected')}} Text Number Textarea Select Multi Select CheckBox Radio Button Date Picker {{__('db.Default Value')}} {{__('db.Default Value')}} {{__('db.Options')}} * Grid (Bootstrap Column eq. 12) - Max is 12 * col-md- {{__('db.Visibility')}} {{__('db.Show on Table')}} {{__('db.Show on Invoice')}} {{__('db.Required')}} {{__('db.Admin Only')}} {{__('db.Disabled')}} {{__('db.submit')}} {!! Form::close() !!} @endsection @push('scripts') @endpush
{{__('db.The field labels marked with * are required input fields')}}.