@extends('crudbooster::admin_template_no_side_bar') @section('content')
Anda akan Mendaftar "{{ $row->nama_pelatihan }}"
Penyelenggara {{ $row->penyelenggara }}
Pelaksanaan {{ $hari[strftime( "%w", strtotime($row->tanggal_mulai))] . ', ' . strftime( "%d %B %Y jam %X %Z", strtotime($row->tanggal_mulai)) . ' sampai ' . strftime( "%X %Z", strtotime($row->tanggal_akhir)) }}
@if( date($row->akhir_daftar) >= date("Y-m-d"))
@if($row->usaha_required == 1)
@if (!$pemilik->no_iumk)
Harap Lengkapi Nomor IUMK/IMK
@endif @if (\Session::has('pemilikreq'))
{!! \Session::get('pemilikreq') !!}
@endif
@if (!$pemilik->nib_sku)
Harap Lengkapi Nomor NIB/SKU
@endif @if (\Session::has('pemilikreq'))
{!! \Session::get('pemilikreq') !!}
@endif
@if (!$pemilik->no_npwp)
Harap Lengkapi Nomor NPWP
@endif @if (\Session::has('pemilikreq'))
{!! \Session::get('pemilikreq') !!}
@endif
@if (!$pemilik->no_telp)
Harap Lengkapi Nomor Telepon Seluler
@endif @if (\Session::has('pemilikreq'))
{!! \Session::get('pemilikreq') !!}
@endif
@if(sizeof($usaha)>0)
@else
@endif @elseif($row->usaha_required == 2) @endif
@else Peserta @endif @if (\Session::has('pelatihan_exist'))
{!! \Session::get('pelatihan_exist') !!}
@endif

@endsection