| {{ $index + 1 }} |
{{ $key->company->name ? $key->company->name : '-' }} |
{{ $key->company->leader ? $key->company->leader : '-' }} |
{{ $key->company->number_phone ? $key->company->number_phone : '-' }} |
{{ $key->company->city ? $key->company->city : '-' }} |
{{ $key->company->address ? $key->company->address : '-'}} |
{{ $key->company->program_skill ? $key->company->program_skill->name : '-' }} |
{{ is_date($key->company->internship_start_date, 'l, d F Y') }} |
{{ is_date($key->company->internship_end_date, 'l, d F Y') }} |
@endforeach