Prepare component
This commit is contained in:
		
							
								
								
									
										11
									
								
								resources/views/comunication/messenger/index.blade.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								resources/views/comunication/messenger/index.blade.php
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,11 @@
 | 
			
		||||
@extends('vuexy-admin::layouts.vuexy.layoutMaster')
 | 
			
		||||
 | 
			
		||||
@section('title', 'Facebook Messenger')
 | 
			
		||||
 | 
			
		||||
@section('content')
 | 
			
		||||
    <div class="row">
 | 
			
		||||
        <div class="col-md-6">
 | 
			
		||||
            @livewire('vuexy-website-admin::messenger-card')
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
@endsection
 | 
			
		||||
							
								
								
									
										11
									
								
								resources/views/comunication/tawk-to/index.blade.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								resources/views/comunication/tawk-to/index.blade.php
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,11 @@
 | 
			
		||||
@extends('vuexy-admin::layouts.vuexy.layoutMaster')
 | 
			
		||||
 | 
			
		||||
@section('title', 'Tawk-to Chat')
 | 
			
		||||
 | 
			
		||||
@section('content')
 | 
			
		||||
    <div class="row">
 | 
			
		||||
        <div class="col-md-6">
 | 
			
		||||
            @livewire('vuexy-website-admin::tawk-to-card')
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
@endsection
 | 
			
		||||
							
								
								
									
										29
									
								
								resources/views/comunication/twitter/index.blade.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								resources/views/comunication/twitter/index.blade.php
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,29 @@
 | 
			
		||||
@extends('vuexy-admin::layouts.vuexy.layoutMaster')
 | 
			
		||||
 | 
			
		||||
@section('title', 'Twitter API')
 | 
			
		||||
 | 
			
		||||
@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-card-card.js')
 | 
			
		||||
@endpush
 | 
			
		||||
 | 
			
		||||
@section('content')
 | 
			
		||||
    <div class="row">
 | 
			
		||||
        <div class="col-md-6">
 | 
			
		||||
            @livewire('vuexy-website-admin::twitter-card')
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
@endsection
 | 
			
		||||
							
								
								
									
										29
									
								
								resources/views/comunication/whatsapp/index.blade.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								resources/views/comunication/whatsapp/index.blade.php
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,29 @@
 | 
			
		||||
@extends('vuexy-admin::layouts.vuexy.layoutMaster')
 | 
			
		||||
 | 
			
		||||
@section('title', 'Whatsapp Chat')
 | 
			
		||||
 | 
			
		||||
@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/chat-settings-card.js')
 | 
			
		||||
@endpush
 | 
			
		||||
 | 
			
		||||
@section('content')
 | 
			
		||||
    <div class="row">
 | 
			
		||||
        <div class="col-md-6">
 | 
			
		||||
            @livewire('vuexy-website-admin::whatsapp-card')
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
@endsection
 | 
			
		||||
		Reference in New Issue
	
	Block a user