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