@php $locale = app()->getLocale(); $isRtl = $locale === 'ar'; $currency = \App\Models\Setting::currencyLabel($locale); $photoUrl = $trainer->photo ? asset('storage/' . $trainer->photo) : ('https://ui-avatars.com/api/?name=' . urlencode($trainer->full_name) . '&background=random&size=96'); @endphp @extends('layouts.app') @section('title', $isRtl ? 'تعديل مدرب' : 'Edit Trainer') @section('content')
@endsection