@include('livewire.student.modal.project-intern')
@if (session()->has('error'))
{!! session('error') !!}
@endif

Student Project/Internship

Total Duration: ({{$this->totalExp}} Weeks)

@foreach ($recList as $recDetail) @endforeach
# Company Name Start Date End Date Duration Letter Internship Actions
{{ $loop->iteration }} {{$recDetail->organization}} {{$recDetail->from_date}} {{$recDetail->to_date}} {{$recDetail->experience}} Weeks @if(!empty($recDetail->letter)) @endif {{ $recDetail->campus_intern ? 'Campus-Intern' : 'Pre-Intern'}} @if($recDetail->canModify()) @else @endif
@push('toggleScript') @endpush @push('editorScript') @endpush @push('scripts') @endpush @push('scripts') @endpush