@props(['name']) @if(file_exists(resource_path("svg/{$name}.svg")))
{!! file_get_contents(resource_path("svg/{$name}.svg")) !!}
@else
@endif