6 lines
163 B
PHP
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 }}
|