@extends('layouts.app') @section('content') @php $locale = app()->getLocale(); $isRtl = $locale === 'ar'; @endphp
{{-- JS CORRIGÉ --}} @endsection