@extends('admin.adminlayout') @section('page_title') {{__("Languages translate")}} - @endsection @section('content')
@include('starter-kit::component.err')
{{--
--}} {{--
--}} {{-- {{__("Filter")}}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@foreach($langs as $lang)
{{$lang->name}}
{{__("Download json file")}}
@csrf
{{__("Translate with AI")}}
@endforeach
@endsection