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

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