@extends('admin.layouts.app') @section('title', get_setting('site_name').' | '.__('Decision checklist')) @section('content')
{{ __('Used at the executive (last) stage. One option is selected per appraisal.') }}
| {{ __('Code') }} | {{ __('Label (Bengali)') }} | {{ __('Label (English)') }} | {{ __('Order') }} | {{ __('Active') }} | |
|---|---|---|---|---|---|
{{ $row->code }} |
{{ $row->label_bn }} | {{ $row->label_en ?? '—' }} | {{ $row->sort_order }} | {{ $row->is_active ? __('Yes') : __('No') }} | {{ __('Edit') }} |
| {{ __('No options yet.') }} | |||||