{{ $conn }}
{{ $name }} | {{ is_array($value) ? json_encode($value) : $value }} |
{{ $key }} |
@if(is_array($value))
@else
{{ $value }}
@endif
|