@extends('admin.layout') @section('title', 'Puntos Predeterminados') @section('page-title', 'Varsayılan Noktalar') @section('content')
Buradan eklediğiniz noktalar tüm kullanıcılara default olarak görünür.
| Ad | Formül | Sıra | Durum | İşlem |
|---|---|---|---|---|
| {{ $p->name }} | @if(($p->formula_type ?? 'classic') === 'midpoint') Orta Nokta ({{ $p->pers_point }} + {{ $p->significator }}) / 2 @else {{ $p->pers_point }} + {{ $p->significator }} - {{ $p->trigger }} @endif | {{ $p->sort_order }} | @if($p->is_enabled) Aktif @else Pasif @endif |