@extends('layouts.app') @php $locale = app()->getLocale(); $isRtl = $locale === 'ar'; $currency = \App\Models\Setting::currencyLabel($locale); @endphp @section('title', ($isRtl ? 'تعديل حصة' : 'Edit Class') . ' - ' . ($isRtl && $gymClass->name_ar ? $gymClass->name_ar : $gymClass->name)) @section('content')
@endsection