| DIR: /home/u358511784/domains/vendor.texindcolors.com/public_html/resources/views/images/ |
| Current File : /home/u358511784/domains/vendor.texindcolors.com/public_html/resources/views/images/index.blade.php |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Images</title>
</head>
<body>
<h1>Images</h1>
@foreach ($images as $image)
<img src="{{ asset($image->path) }}" alt="Image">
@endforeach
</body>
</html>
|