|
@@ -125,11 +125,7 @@
|
|
|
<span>.</span>
|
|
|
<span style="font-size:10px;">{{$row->status}}</span>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <!-- <div class="pro_type mt-2 pt-1" style="width: 19%;">
|
|
|
- <strong style="font-size:13px;">{{$row->file_type}}</strong>
|
|
|
- <i class="fa fa-file-pdf-o" style="font-size: 13px !important; padding: 4px;"></i>
|
|
|
- </div> -->
|
|
|
+ </div>
|
|
|
<div class="pro_title" style="width: 26%; text-align: center; margin-top: -3px;">
|
|
|
<strong style="font-size:13px; font-weight:600 !important; ">{{date('d M Y', strtotime($row->created_at))}}</strong>
|
|
|
<span style="font-size:10px; display: block;">{{$row->created_at->diffForHumans()}}</span>
|
|
@@ -429,7 +425,9 @@
|
|
|
<th>Subject</th>
|
|
|
<th>Result</th>
|
|
|
<th>During</th>
|
|
|
+ @if(profile_permission($institution[0]->student_id))
|
|
|
<th>Action</th>
|
|
|
+ @endif
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
@@ -447,17 +445,19 @@
|
|
|
</div>
|
|
|
</td>
|
|
|
<td style="font-size: 11px;">{{date("d M, Y", strtotime($row->start_date)).' - '.date("d M, Y", strtotime($row->end_date))}}</td>
|
|
|
- <td class="text-center" style="width: 75px;">
|
|
|
+ @if(profile_permission($row->student_id))
|
|
|
+ <td class="text-center" style="width: 75px;">
|
|
|
<div class="icon_bar" style="border: none;">
|
|
|
- @if(profile_permission($row->student_id))
|
|
|
+
|
|
|
<a role="" data-bs-toggle="collapse" data-bs-parent="#collapse" href="#collapse1" aria-expanded="true" aria-controls="collapse1">
|
|
|
<i class="fa fa-edit" data-toggle="collapse" data-target="#demo11" onclick="editInstitute({{$row}})"></i>
|
|
|
</a>
|
|
|
|
|
|
<i class="fa fa-trash delete_education" data-id="{{ $row->id }}"></i>
|
|
|
- @endif
|
|
|
+
|
|
|
</div>
|
|
|
- </td>
|
|
|
+ </td>
|
|
|
+ @endif
|
|
|
</tr>
|
|
|
@endforeach
|
|
|
</tbody>
|
|
@@ -814,7 +814,9 @@
|
|
|
<th>Currently working</th>
|
|
|
<th>Start Date</th>
|
|
|
<th>End Date</th>
|
|
|
- <th>Action</th>
|
|
|
+ @if(profile_permission($work_experience[0]->student_id))
|
|
|
+ <th>Action</th>
|
|
|
+ @endif
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
@@ -825,16 +827,17 @@
|
|
|
<td style="font-size: 11px;">{{$row->currently_working == 0 ? 'off' : 'on'}}</td>
|
|
|
<td style="font-size: 11px;">{{date("d M, Y", strtotime($row->start_date))}}</td>
|
|
|
<td style="font-size: 11px;">{{date("d M, Y", strtotime($row->end_date))}}</td>
|
|
|
+ @if(profile_permission($row->student_id))
|
|
|
<td class="text-center" style="width: 75px;">
|
|
|
- <div class="icon_bar" style="border: none;">
|
|
|
- @if(profile_permission($row->student_id))
|
|
|
- <a role="" data-bs-toggle="collapse" data-bs-parent="#collapse" href="#collapse1" aria-expanded="true" aria-controls="collapse1">
|
|
|
- <i class="fa fa-edit" data-toggle="collapse" data-target="#demo12" onclick="editWork({{$row}})"></i>
|
|
|
- </a>
|
|
|
- <i class="fa fa-trash delete_work" data-id="{{ $row->id }}"></i>
|
|
|
- @endif
|
|
|
- </div>
|
|
|
+ <div class="icon_bar" style="border: none;">
|
|
|
+ <a role="" data-bs-toggle="collapse" data-bs-parent="#collapse" href="#collapse1" aria-expanded="true" aria-controls="collapse1">
|
|
|
+ <i class="fa fa-edit" data-toggle="collapse" data-target="#demo12" onclick="editWork({{$row}})"></i>
|
|
|
+ </a>
|
|
|
+ <i class="fa fa-trash delete_work" data-id="{{ $row->id }}"></i>
|
|
|
+
|
|
|
+ </div>
|
|
|
</td>
|
|
|
+ @endif
|
|
|
</tr>
|
|
|
@endforeach
|
|
|
</tbody>
|
|
@@ -1145,16 +1148,16 @@
|
|
|
<strong style="color: rgb(57, 59, 62); font-size: 12px;">{{$row->reading}}</strong><br>
|
|
|
<strong style="font-size: 12px;">Reading</strong>
|
|
|
</td>
|
|
|
- <td class="text-center" style="width: 75px;">
|
|
|
- @if(profile_permission($row->student_id))
|
|
|
+ @if(profile_permission($row->student_id))
|
|
|
+ <td class="text-center" style="width: 75px;">
|
|
|
<div class="icon_bar">
|
|
|
<a role="" data-bs-toggle="collapse" data-bs-parent="#collapse" href="#collapse1" aria-expanded="true" aria-controls="collapse1">
|
|
|
<i class="fa fa-edit" data-toggle="collapse" data-target="#demo13" onclick="editScore({{$row}})"></i>
|
|
|
</a>
|
|
|
<i class="fa fa-trash delete_score" data-id="{{ $row->id }}"></i>
|
|
|
- </div>
|
|
|
- @endif
|
|
|
- </td>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ @endif
|
|
|
</tr>
|
|
|
@endforeach
|
|
|
</tbody>
|