HOME


Mini Shell 1.0
Login Page - Texind
png


Welcome to Texind Admin Portal! 馃憢

DIR: /home/u358511784/domains/vendor.texindcolors.com/public_html/resources/views/images/
Upload File :
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>