@vite(['resources/css/app.css', 'resources/js/app.js'])
@if(isset($images['logo_header']) && $images['logo_header']->path)
@endif
{{ $texts['nav_produk'] ?? 'Produk' }}
{{ $texts['nav_tentang'] ?? 'Tentang Kami' }}
{{ $texts['nav_keunggulan'] ?? 'Keunggulan' }}
ID
|
EN
{{ $texts['nav_produk'] ?? 'Produk' }}
{{ $texts['nav_tentang'] ?? 'Tentang Kami' }}
{{ $texts['nav_keunggulan'] ?? 'Keunggulan' }}
ID
|
EN
@yield('content')
@stack('scripts')