@extends('core::layouts.master') @section('title') {{ trans_choice('core::general.edit',1) }} {{ trans_choice('customfield::general.custom_field',1) }} @endsection @section('content') {{ trans_choice('core::general.edit',1) }} {{ trans_choice('customfield::general.custom_field',1) }} {{ trans_choice('core::general.back',1) }} {{ trans_choice('dashboard::general.dashboard',1) }} {{ trans_choice('customfield::general.custom_field',2) }} {{ trans_choice('core::general.edit',1) }} {{ trans_choice('customfield::general.custom_field',1) }} {{csrf_field()}} {{trans_choice('core::general.name',1)}} @error('name') {{ $message }} @enderror {{trans_choice('customfield::general.label',1)}} @error('label') {{ $message }} @enderror {{trans_choice('customfield::general.category',1)}} @{{category}} @error('category') {{ $message }} @enderror {{trans_choice('customfield::general.type',1)}} @{{type}} @error('type') {{ $message }} @enderror {{trans_choice('customfield::general.option',2)}} @error('options') {{ $message }} @enderror {{trans_choice('customfield::general.db_columns',1)}} @error('db_columns') {{ $message }} @enderror {{trans_choice('customfield::general.class',2)}} @error('classes') {{ $message }} @enderror {{trans_choice('customfield::general.rule',2)}} @error('rules') {{ $message }} @enderror {{trans_choice('customfield::general.required',1)}} {{trans_choice('core::general.yes',1)}} {{trans_choice('core::general.no',1)}} @error('required') {{ $message }} @enderror {{trans_choice('customfield::general.include_in_report',1)}} {{trans_choice('core::general.no',1)}} {{trans_choice('core::general.yes',1)}} @error('include_in_report') {{ $message }} @enderror {{trans_choice('core::general.active',1)}} {{trans_choice('core::general.no',1)}} {{trans_choice('core::general.yes',1)}} @error('active') {{ $message }} @enderror @endsection @section('scripts') @endsection