D
Size: a a a
D
AR
И
AR
@humanDate({{ $property->passport_issued_when }})
- в итоге попадает не значение, а именно $property->passport_issued_when
AR
Blade::directive('humanDate', function (string $date) {
return '<?= DateTime::createFromFormat("Y-m-d", "' . $date . '")->format("d.m.Y"); ?>';
});
AP
D
AP
D
AP
D
D
AP
D
D
D
Gt
M