Prepare modules
This commit is contained in:
		
							
								
								
									
										29
									
								
								resources/views/google-analytics/index.blade.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								resources/views/google-analytics/index.blade.php
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,29 @@
 | 
			
		||||
@extends('vuexy-admin::layouts.vuexy.layoutMaster')
 | 
			
		||||
 | 
			
		||||
@section('title', 'Google Analytics')
 | 
			
		||||
 | 
			
		||||
@section('vendor-style')
 | 
			
		||||
    @vite([
 | 
			
		||||
        'vendor/koneko/laravel-vuexy-admin/resources/assets/vendor/libs/@form-validation/form-validation.scss'
 | 
			
		||||
    ])
 | 
			
		||||
@endsection
 | 
			
		||||
 | 
			
		||||
@section('vendor-script')
 | 
			
		||||
    @vite([
 | 
			
		||||
        'vendor/koneko/laravel-vuexy-admin/resources/assets/vendor/libs/@form-validation/popular.js',
 | 
			
		||||
        'vendor/koneko/laravel-vuexy-admin/resources/assets/vendor/libs/@form-validation/bootstrap5.js',
 | 
			
		||||
        'vendor/koneko/laravel-vuexy-admin/resources/assets/vendor/libs/@form-validation/auto-focus.js',
 | 
			
		||||
    ])
 | 
			
		||||
@endsection
 | 
			
		||||
 | 
			
		||||
@push('page-script')
 | 
			
		||||
    @vite('vendor/koneko/laravel-vuexy-website-admin/resources/js/google-analytics-settings-card.js')
 | 
			
		||||
@endpush
 | 
			
		||||
 | 
			
		||||
@section('content')
 | 
			
		||||
    <div class="row">
 | 
			
		||||
        <div class="col-md-6">
 | 
			
		||||
            @livewire('vuexy-website-admin::google-analytics-settings')
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
@endsection
 | 
			
		||||
		Reference in New Issue
	
	Block a user