@extends('adminlte::page') @section('title', 'Kullanıcılar') @section('css') @endsection @section('js') @endsection @section('content')
| TC Kimilk Numarası | Adı | Telefon numarası | İşlemler | |
|---|---|---|---|---|
| {{ $user->tc_identity ?? 'Yok' }} | {{ $user->name }} | {{ $user->email }} | {{ $user->phone ?? 'Yok' }} |