@extends('layouts.app') @section('title', 'Pozisyon Yönetimi') @section('content')
Pozisyonları ekleyin, düzenleyin ve pasifleştirin.
| Pozisyon | Durum | İşlem |
|---|---|---|
| {{ $position->name }} | {{ (int) $position->active === 1 ? 'Aktif' : 'Pasif' }} | |
| Henüz pozisyon eklenmedi. | ||