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

Traduction Video

@forelse($videos as $key=>$video)

Video : {{$key+1}}


@forelse($languages as $lang)
@empty

Not existe any Langueges

@endforelse
@empty

Not existe any Videos

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