@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']) !!}
col-md-

 
{!! Form::close() !!}
@endsection @push('scripts') @endpush