@if ($image ?? true)
@php
$filePath = pathinfo($photo->getRealPath());
$fileSize = number_format(filesize($filePath['dirname'] . '/' . $filePath['basename']) * 0.000001, 2);
@endphp
Type: {{ Str::upper('' . $filePath['extension'] . '') }}
Size: {{ $fileSize }} MB