@extends('organizations.layouts.default') @section('title') / Apply @endsection @section('content')
{!! htmlScriptTagJsApi() !!}
Go Back

@if ($model->end_date > now()) @if ($has_applied) @if ($has_applied->app_status == 1)
Application Status: Draft Please complete your application
@elseif($has_applied->app_status == 2)
Application Status: Applied
Edit
@endif @else
Application Status: Not Applied
{{ __('form.Apply') }}
@endif @else Expired : {{ $model->end_date->diffForHumans(now()) }} @endif
{{ $model->roster_title }}
{{ $model->organization->name ?? '-' }}
Publish Date: {{ $model->start_date->format('Y-m-d') }}
Expiry Date: {{ $model->end_date->format('Y-m-d') }}
@if ($model->lang == 'np')

निबेदन पेस गर्ने प्रक्रिया

@else

Application Submission Methods

@endif
@if ($model->lang == 'np')

अनलाईन आबेदन दिन सकिने

Aplly from www.tornepal.com

@if ($model->apply_email == 1)

Send into Email

इमेलमा आबेदन पठाउन सकिने {{ $model->submission_email }}

@endif @if ($model->apply_offline == 1)

Submit application in office:

{{ $model->organization->name ?? '-' }}

{{ $model->submission_address }}

@endif @else

Apply Online

Aplly from www.tornepal.com

@if ($model->apply_email == 1)

Send into Email

Please send application at {{ $model->submission_email }}

@endif @if ($model->apply_offline == 1)

Submit application in office:

{{ $model->organization->name ?? '-' }}

{{ $model->submission_address }}

@endif @endif
@if ($model->medias)
Related Document: Download File
@endif
{!! $model->roster_details !!}
@if ($model->form_type == 1)
तपसिल : वस्तु तथा सेबा कार्यहरु
@foreach (config('dropdown.roster_service_category') as $key => $category)

{{ $category }}

    @foreach ($model->rosterOpens->where('category_id', $key) as $ro)
  • 1. {{ $ro->roster_service?->service_title ?? $ro->other_service }}
  • @endforeach
@endforeach
{{ $model->lang == 'np' ? 'निबेदन साथ पेश गनु पर्ने कागजातहरु' : 'Required Documents along with Application' }}
@foreach ($model->rosterDocuments as $doc)
{{ $i++ }}. {{ $doc->document_title }}
@endforeach @if ($model->end_date > now())
@if (!$has_applied) {{ __('form.Apply') }} @endif
@endif
@endif
@endsection