Files
mmc_info/resources/views/components/svg.blade.php
Александр Бабкин cce02034f4 Image displaying continue
2022-07-14 22:45:19 +03:00

6 lines
163 B
PHP

@php
$filePath = $project->mmc_path . '/' . $auk->auk_path . '/' . $auk->image_dir . '/' . $mmc->filename;
$svg = file_get_contents($filePath);
@endphp
{{ $svg }}