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

Traduction Depliant

@forelse($depliants as $key=>$depliant)

Depliant : {{$key+1}}


@forelse($languages as $lang)
@empty

Not existe any Langueges

@endforelse
@empty

Not existe any Depliants

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