@extends('crudbooster::admin_template_no_side_bar') @section('content') @if(Session::has('download.in.the.next.request')) Download file PDF @endif
UMKM
@if(CRUDBooster::myPrivilegeId()==2)

Daftarkan Usaha

Usaha Saya

Pelatihan

Bantuan

@endif
Profil Pemilik
@if($pemilik) @else @endif
NIK {{ $profile->nik }}
Nama {{ $profile->name }}
Alamat {{ $profile->alamat . ' RT.' . $profile->rt . ' RW.' . $profile->rw . ' Kel.' . $profile->kelurahan . ' Kec.' . $profile->kecamatan }}
No IUMK/NIB
no_iumk }}> @if($pemilik->no_iumk == NULL)
*Anda belum mendaftarkan No IUMK atau NIB
@endif @if (\Session::has('iumk_success'))
{!! \Session::get('iumk_success') !!}
@endif
NPWP
no_npwp }}> @if($pemilik->no_npwp == NULL)
*Anda belum mendaftarkan No NPWP
@endif @if (\Session::has('npwp_success'))
{!! \Session::get('npwp_success') !!}
@endif
No Telp
no_telp }}> @if($pemilik->no_telp == NULL)
*Anda belum mendaftarkan No Telepon
@endif @if (\Session::has('telp_success'))
{!! \Session::get('telp_success') !!}
@endif
Photo
Summary Usaha Saya
@foreach($usaha as $ush) @endforeach
Nama Usaha Bidang Usaha Alamat Usaha Jumlah Karyawan Omset
{{ $ush->nama_usaha }} {{ $ush->bidang_usaha }} {{ $ush->alamat_usaha }} {{ intval($ush->j_kary_l) + intval($ush->j_kary_p) . ' orang' }} {{ 'Rp ' . $ush->omset }}
Pelatihan yang telah diikuti
@foreach($pelatihan as $plt) @endforeach
Nama Pelatihan Penyelenggara Tanggal Keterangan
{{ $plt->nama_pelatihan }} {{ $plt->penyelenggara }} {{ $plt->tanggal_mulai }} {!! $plt->keterangan !!}
Bantuan yang diterima
@foreach($bantuan as $blt) @endforeach
Nama Bantuan Pemberi Bantuan Tanggal Keterangan
{{ $blt->bantuan }} {{ $blt->pemberi_bantuan }} {{ $blt->tanggal }} {!! $blt->keterangan !!}
Cetak Profil @endsection