@extends('layouts.admin_app') @section('content')
Edit Column: {{ $column->column_name }}
@if ($errors->any()) @endif
@csrf @method('PUT')
E.g., text, date, number
Enter values as JSON array to filter selection counts. Leave empty to show all values.
is_reason) ? 'checked' : '' }}>
is_summary_reason) ? 'checked' : '' }}>
count_selection) ? 'checked' : '' }}>
is_hide) ? 'checked' : '' }}>
is_backend_form) ? 'checked' : '' }}>
Cancel
@endsection