@extends('backend.layout.main') @section('content') {{__('db.Update Custom Field')}} {{__('db.The field labels marked with * are required input fields')}}. {!! Form::open(['route' => ['custom-fields.update', $custom_field_data->id], 'method' => 'put']) !!} {{__('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')}} @if($custom_field_data->type=='textarea'){{$custom_field_data->default_value}}@endif {{__('db.Options')}} * {{$custom_field_data->option_value}} 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')}}.