@extends('layouts.mainlayout') @section('content') @php $optionalDisplayValue = function ($value) { $raw = trim((string) $value); if (in_array(strtoupper($raw), ['', '--', 'NULL'], true)) { return ''; } $payload = \App\Http\Controllers\LogController::kodold_ki($raw); $decoded = base64_decode((string) $payload, true); if ($decoded !== false && preg_match('//u', $decoded)) { $raw = trim($decoded); } return in_array(strtoupper($raw), ['', '--', 'NULL'], true) ? '' : $raw; }; @endphp @foreach ($ourstaffs as $c_edi)