Image displaying continue
This commit is contained in:
5
resources/views/components/svg.blade.php
Normal file
5
resources/views/components/svg.blade.php
Normal file
@@ -0,0 +1,5 @@
|
||||
@php
|
||||
$filePath = $project->mmc_path . '/' . $auk->auk_path . '/' . $auk->image_dir . '/' . $mmc->filename;
|
||||
$svg = file_get_contents($filePath);
|
||||
@endphp
|
||||
{{ $svg }}
|
||||
Reference in New Issue
Block a user