|
@@ -31,9 +31,6 @@
|
|
<tbody>
|
|
<tbody>
|
|
@foreach($subRecords as $subRecord)
|
|
@foreach($subRecords as $subRecord)
|
|
<tr>
|
|
<tr>
|
|
-<<<<<<< HEAD
|
|
|
|
- <td><a href="/pro_rates/view/{{ $subRecord->uid }}"><?= $subRecord->uid ?></a></td>
|
|
|
|
-=======
|
|
|
|
<td><a href="/pro_rates/view/{{ $subRecord->uid }}"><i class="fas fa-share-square"></i></a></td>
|
|
<td><a href="/pro_rates/view/{{ $subRecord->uid }}"><i class="fas fa-share-square"></i></a></td>
|
|
<td><?= friendly_date_time($record->created_at) ?></td>
|
|
<td><?= friendly_date_time($record->created_at) ?></td>
|
|
<td><?= $subRecord->type ?></td>
|
|
<td><?= $subRecord->type ?></td>
|
|
@@ -43,7 +40,6 @@
|
|
<td><?= friendly_date_time($record->reactivated_at) ?></td>
|
|
<td><?= friendly_date_time($record->reactivated_at) ?></td>
|
|
<td><?= $subRecord->reactivation_memo ?></td>
|
|
<td><?= $subRecord->reactivation_memo ?></td>
|
|
<td><?= $subRecord->amount ?></td>
|
|
<td><?= $subRecord->amount ?></td>
|
|
->>>>>>> f18f1950c1c00e1cf4b28c759c8297a5c34bbab6
|
|
|
|
<td><?= $subRecord->code ?></td>
|
|
<td><?= $subRecord->code ?></td>
|
|
<td><?= $subRecord->amount ?></td>
|
|
<td><?= $subRecord->amount ?></td>
|
|
<td><?= $subRecord->responsibility ?></td>
|
|
<td><?= $subRecord->responsibility ?></td>
|