@extends('layouts.app') @section('title', 'Result Data') @section('content')
Data hasil pembersihan ditampilkan di bawah ini.
{{ ucwords(str_replace('_', ' ', $col)) }} | @endforeach
---|
@if (in_array($key, ['label']) && $value !== '') {{ ucfirst($value) }} @else {{ $value !== '' ? $value : '–' }} @endif | @endforeach