<div class="fixed top-0 left-0 right-0 w-full bg-white flex items-center p-4 z-50">

    <div class="flex items-center">
        <img src="<?php echo e(Storage::url('images_static/tresipunt-square.svg')); ?>" alt="Logo" class="w-10 h-10">
    </div>

    <div class="flex items-center ml-4">
        <h1 class="text-2xl font-bold"><?php echo e($title); ?></h1>
    </div>

</div><?php /**PATH /var/www/html/resources/views/livewire/components/clean-header.blade.php ENDPATH**/ ?>