| Student Detail | Offer Status | Profile Name | Location | Action | |
|---|---|---|---|---|---|
| {!! $recDetail?->student?->nameProgramBatch !!} | {{ ucfirst($recDetail->type) }} | {{ $recDetail?->status?->name }} |
{{ $recDetail->companyName }}
@if($recDetail?->offeredProfile?->name || $recDetail?->offered_ctc)
@if($recDetail?->offeredProfile?->name) Profile: {{ $recDetail->offeredProfile->name }} @endif @if($recDetail?->offered_ctc) @if($recDetail?->offeredProfile?->name) | @endif CTC: {{ $recDetail->offered_ctc }} @endif @endif |
{{ $recDetail?->offeredLocation?->name }} | @can('notify-ppo') @endcan | |
| {{ $recDetail->description ?? '' }} | @can('edit-ppo') @endcan @can('delete-ppo') @endcan Last Modiefied: {{ $recDetail->created_at }} Userby: {{ $recDetail?->userInfo?->name }} | ||||