{{-- @include('customer.theme3.partial.style') --}} @include('customer.'.$theme->name.'.partial.style') @vite(['resources/css/app.css', 'resources/js/app.js'])
Loading...
@include('customer.'.$theme->name.'.partial.navbar') @include('customer.'.$theme->name.'.partial.header')
@yield('content')
@include('customer.'.$theme->name.'.partial.footer')
{{-- @include('customer.theme3.partial.script') --}} @include('customer.'.$theme->name.'.partial.script')