@extends('layouts.mainlayout') @section('content') @php $decodeDisplayValue = 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); return $decoded !== false && preg_match('//u', $decoded) ? $decoded : $raw; }; $optionalDisplayValue = function ($value) use ($decodeDisplayValue) { $decoded = trim($decodeDisplayValue($value)); return in_array(strtoupper($decoded), ['', '--', 'NULL'], true) ? '' : $decoded; }; @endphp
Active staffs
@foreach ($ourstaffs as $ourstaff)
Name Birth date Phone Farm Old/New Last Comment Action