@extends('core::layouts.backend') @section('title', $title) @section('breadcrumb') @endsection @push('css_stack') @endpush @section('layout')
@if ($category->status == 'close')
@lang("label.status_category_job_{$category->status}")!
{{ $title }} @lang("label.status_category_job_{$category->status}")
{{ ($category->start_date&&$category->end_date?carbonParseTransFormat($category->start_date, 'd F').' - '.carbonParseTransFormat($category->end_date, 'd F Y H:i'):'') }}
@else @if ( !in_array($user->status_applicable, ['verified']) )
@lang("label.data_applicable_{$user->status_applicable}")!
@lang("label.message_data_applicable_{$user->status_applicable}")
@if($user->status_applicable == 'rejected') @else @endif
@elseif ( $applicable && !in_array($applicable->judgment, ['draft']) && ($applicable->created_at && carbonParseTransFormat($applicable->created_at, 'Y') == $currentYear) )
@lang("label.has_apply_job_applicable")!
@lang('label.message_has_apply_job_applicable') @lang("label.status_{$applicable->judgment}")
@else
@include("{$jobapp_identifier}::my_applicable.data_applicable.backend.details.data_pribadi")
@include("{$jobapp_identifier}::my_applicable.data_applicable.backend.details.data_keluarga")
@include("{$jobapp_identifier}::my_applicable.data_applicable.backend.details.riwayat_hidup")
@include("{$jobapp_identifier}::my_applicable.data_applicable.backend.details.dokumen_lampiran")
{{--
@include("{$jobapp_identifier}::my_applicable.data_applicable.backend.details.keterangan_lain")
--}}
@include("{$jobapp_identifier}::my_applicable.apply.backend.pernyataan")
@endif @endif
@endsection @push('js_stack') {!! module_script('core', 'js/modernizr.min.js') !!} {!! plugins_script('jobapp', 'my-applicable/apply/backend/js/_form.js') !!} @endpush