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

Traduction Row Product: {{$product->title}}

@forelse($attribs as $key=>$attrib)

Attribute : {{$key+1}}


@forelse($languages as $lang)
@empty

Not existe any Langueges

@endforelse
@empty

Not existe any Attributes

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