fixed installation npm issue..

This commit is contained in:
Cüneyt Şentürk 2022-08-26 10:51:43 +03:00
parent ea646137a4
commit 591a4b9421

View File

@ -10,7 +10,7 @@
@stack('body_start')
<div class="bg-no-repeat bg-cover bg-center" style="background-image: url({{ asset('public/img/auth/login-bg.png') }});">
@if (! file_exists(public_path('public/js/install/install.min.js')))
@if (! file_exists(public_path('js/install.min.js')))
<div class="relative w-full lg:max-w-7xl flex flex-col lg:flex-row items-center m-auto">
<div class="md:w-6/12 h-screen hidden lg:flex flex-col items-center justify-center">
<img src="{{ asset('public/img/empty_pages/transactions.png') }}" alt="" />