@extends('layouts.main_dashboard.app') @section('title', __('dashboard.Terms') . ' | ' . __('dashboard.View Term')) @section('content')

{{ __('dashboard.Terms') }}

{{ $term->name }}

تفاصيل الفصل الدراسي والبيانات المرتبطة به.

{{ __('dashboard.Year') }}

{{ $term->year->name }}

{{ __('dashboard.Name') }} (العربية)

{{ $term->getStoredTranslation('ar') ?: '—' }}

{{ __('dashboard.Name') }} (English)

{{ $term->getStoredTranslation('en') ?: '—' }}

{{ __('dashboard.Back') }} {{ __('dashboard.Edit') }}
@endsection