@extends('layouts.layout') @section('metaTitle', "Demo") @section('content') {{-- @foreach(scandir(resource_path('svg')) as $file) @continue(str($file)->endsWith('.'))
{!! file_get_contents(resource_path('svg/'.$file)) !!} {{ $file }}
@endforeach --}} @endsection