12 lines
		
	
	
		
			270 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			270 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
@extends('vuexy-admin::layouts.vuexy.layoutMaster')
 | 
						|
 | 
						|
@section('title', 'Google Translate')
 | 
						|
 | 
						|
@section('content')
 | 
						|
    <div class="row">
 | 
						|
        <div class="col-lg-5">
 | 
						|
            @livewire('vuexy-website-admin::google-tanslate-card')
 | 
						|
        </div>
 | 
						|
    </div>
 | 
						|
@endsection
 |