@extends('admin/layout') @section('title') {{ labels('admin_labels.custom_field', 'Custom Fields') }} @endsection @section('content')
@csrf @method('PUT')
*
*
required ? 'checked' : '' }}>
active ? 'checked' : '' }}>
{{ labels('admin_labels.cancel', 'Cancel') }}
@endsection