@extends('layouts.dashboard') @section('title', app()->getLocale() == 'ar' ? 'تعديل مستخدم' : 'Edit User') @section('page-content')

{{ app()->getLocale() == 'ar' ? 'تعديل مستخدم' : 'Edit User' }}

{{ app()->getLocale() == 'ar' ? 'رجوع' : 'Back' }}
@csrf @method('PUT')
{{ app()->getLocale() == 'ar' ? 'اتركه فارغاً إذا كنت لا تريد تغييره' : 'Leave blank if you don\'t want to change it' }}
is_active) ? 'checked' : '' }}>

{{ app()->getLocale() == 'ar' ? 'إلغاء' : 'Cancel' }}
@endsection