@extends('admin.layout.master') @section('css') @endsection @section('content')
{{-- main data --}}
{{ __('admin.order_details') }}
@if ($fastregister->certificate != asset('storage/images/fastregisters/default.png'))
{{ __('admin.certificate') }} :
@if ($fastregister->certificate_type == 'image') @else @endif
@endif
{{ __('admin.name') }} :
{{ $fastregister->four_name}}
{{ __('admin.region') }} :
{{ $fastregister->region?->name}}
{{ __('admin.phone') }} :
{{ $fastregister->phone}}
{{ __('admin.email') }} :
{{ $fastregister->email}}
{{ __('admin.city') }} :
{{ $fastregister->city}}
{{ __('admin.gender') }} :
{{ __('admin.'.$fastregister->gender)}}
{{ __('admin.educational_background') }} :
{{ __('admin.'.$fastregister->educational_background)}}
{{ __('admin.professional_status') }} :
{{ __('admin.'.$fastregister->professional_status)}}
{{ __('admin.applying_for') }} :
{{$fastregister->applying_for}}
{{ __('admin.trans_id') }} :
{{$fastregister->trans_id}}
{{ __('admin.pay_status') }} :
{{$fastregister->pay_status_text}}
{{ __('admin.education_level') }} :
{{ __('admin.'.$fastregister->education_level)}} @if ($fastregister->education_level == 'other') ({{ $fastregister->education_level_text }}) @endif
{{ __('admin.specialty') }} :
{{ __('admin.'.$fastregister->specialty)}} @if ($fastregister->specialty == 'other') ({{ $fastregister->specialty_text }}) @endif
{{ __('admin.university') }} :
{{$fastregister->university?->name}} @if ($fastregister->university_id == null) ({{ $fastregister->university_text }}) @endif
{{-- main data --}}
@endsection