2023-04-02 22:07:15 +10:00
|
|
|
<!-- $o=Internal\Timestamp::class -->
|
|
|
|
@foreach (old($o->name_lc,$o->values) as $value)
|
|
|
|
@if($loop->index)<br>@endif
|
2025-01-18 21:54:21 +11:00
|
|
|
{{ \Carbon\Carbon::createFromTimestamp(strtotime($value))->format(config('pla.datetime_format','Y-m-d H:i:s')) }}
|
2023-04-02 22:07:15 +10:00
|
|
|
@endforeach
|