2025-05-30 01:07:33 -06:00

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