@extends('backend.layout.main') @section('content') @if(session()->has('message'))
{{trans('file.The field labels marked with * are required input fields')}}.
{!! Form::open(['route' => ['custom-fields.update', $custom_field_data->id], 'method' => 'put']) !!}