@extends('admin.layout') @section('title', 'Cartas de Usuarios') @section('page-title', 'Kullanıcı Haritaları') @section('content')
Tekli, ilişki ve çoklu harita kayıtları tek ekranda listelenir.
| # | Kullanıcı | Tür | Başlık | Kişi(ler) | Ev Sistemi | Oluşturulma | İşlem |
|---|---|---|---|---|---|---|---|
| #{{ $chart->source_id }} |
{{ $chart->user_name ?: '—' }}
{{ $chart->user_email ?: '—' }}
|
@if ($chart->chart_type === 'single') Tekli @elseif($chart->chart_type === 'relationship') İlişki @else Çoklu @endif | {{ $chart->chart_title ?: '—' }} |
A: {{ $chart->person_a_title ?: '—' }}
@if ($chart->person_b_title)
B: {{ $chart->person_b_title }}
@endif
|
{{ $chart->house_system ?: '—' }} | {{ \Carbon\Carbon::parse($chart->created_at)->format('d.m.Y H:i') }} | Detay |
Harita kaydı bulunamadı.