@extends('backend.layouts.app') @section('title', 'Translate Geosites') @push('styles') @endpush @section('content')
@csrf

Traduction products

@forelse($products as $key=>$product)

g_translate Rows

Product : {{$key+1}}


@forelse($languages as $lang)
@empty

Not existe any Langueges

@endforelse
@empty

Not existe any product

@endforelse
@endsection @push('scripts') @endpush