@extends('layouts.app') @section('content') @php use Illuminate\Support\Str; $locale = app()->getLocale(); $dir = $locale === 'ar' ? 'rtl' : 'ltr'; @endphp