Language Spoken

    @foreach ($languages as $language)
  • {{ $language->language }}
  • @endforeach

Special Skills

    @foreach ($skills as $skill)
  • {{ $skill->skill }}
  • @endforeach

Employment Information

Employement Date

{{ $employment->employment_date }}

Employment Status

{{ $employment->employment_status }}

Personnel Status

{{ $employment->personnel_status }}

Security License

License Number

{{ $license->license_number }}

Issued Date

{{ $license->issued_date }}

Expiration Date

{{ $license->expiration_date }}

Issued At

{{ $license->issued_at }}

Training

{{ $license->training }}

Training School

{{ $license->training_school }}

@if($license->license_file)
File
...
@endif

Social Security System (SSS)

@if($sss)
SSS Number

{{ $sss->sss_number }}

@if($sss->e1_file)
E1 File
...
@endif @endif

Tax Identification Number (TIN)

@if($tin)
Tin Number

{{ $tin->tin_number }}

@if($tin->tin_file)
1902 File
...
@endif @endif

PhilHealth

@if($philhealth)
PhilHealth Number

{{ $philhealth->philhealth_number }}

@if($philhealth->mdr_file)
Mdr File
...
@endif @endif

Pag-Ibig

@if($pagibig)
Pag-Ibig Number

{{ $pagibig->philhealth_number }}

@if($pagibig->mdf_file)
MdF File
...
@endif @endif