@lang('tr.Term')
{{ $studentActivity->term?->en_name }}
@lang('tr.Title')
{{ $studentActivity->title }}
@lang('tr.Description')
{{ $studentActivity->description }}
@lang('tr.Type')
{{ !empty($studentActivity->type) ? $typesLables[$studentActivity->type] : '' }}
@lang('tr.Organizer Type')
{{ !empty($studentActivity->organizer_type) ? $organizerTypesLables[$studentActivity->organizer_type] : '' }}
@lang('tr.Organizer Nationality')
{{ !empty($studentActivity->organizer_nationality) ? $nationalitiesLables[$studentActivity->organizer_nationality] : '' }}
@lang('tr.Organizer Name')
{{ $studentActivity->organizer_name }}
@lang('tr.Subject')
{{ !empty($studentActivity->subject) ? $subjectsLables[$studentActivity->subject] : '' }}
@lang('tr.Participants Count')
{{ $studentActivity->participants_count }}
@lang('tr.Start Date')
{{ $studentActivity->start_date }}
@lang('tr.End Date')
{{ $studentActivity->end_date }}
@lang('tr.Registration Status')
{{ !empty($studentActivity->registration_status) ? $registrationStatusLables[$studentActivity->registration_status] : '' }}
@lang('tr.Amount')
{{ $studentActivity->amount }}
@lang('tr.Max Seats')
{{ $studentActivity->max_seats }}
@lang('tr.Poster') @if ($studentActivity->poster_archive_id > 0) @endif
@lang('tr.Request') @if ($studentActivity->request_archive_id > 0) @endif