@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)
@if( Session::has('msg') )
{{ Session::get('msg') }}
@endif @if( Session::has('msg_error') )
{{ Session::get('msg_error') }}
@endif @if( Session::has('msg_success') )
{{ Session::get('msg_success') }}
@endif