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

Traduction Presses

@forelse($presses as $key=>$presse)

Presse : {{$key+1}}


@forelse($languages as $lang)
@empty

Not existe any Langueges

@endforelse
@empty

Not existe any Presses

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