Samson Mutunga преди 3 години
родител
ревизия
5809f38e9e
променени са 1 файла, в които са добавени 9 реда и са изтрити 11 реда
  1. 9 11
      resources/views/app/practice-management/rm-action-report.blade.php

+ 9 - 11
resources/views/app/practice-management/rm-action-report.blade.php

@@ -129,6 +129,7 @@
                         <th>Guidance</th>
                         <th>Claiming Closed?</th>
                         <th>Claim</th>
+                        <th>Claim Status</th>
 
                         <th>Has Been Spoken To This Month</th>
                         <th>Days Since Last Visit</th>
@@ -247,20 +248,17 @@
                                         </div>                                
                                     @endforeach
                                 </div>
-                                <?php $rowFirstClaim = $row->claims->first(); ?>
-                                @if($rowFirstClaim)
-                                <div class="ml-4">
-                                    <div class="d-flex align-items-center">
-                                        <span class="mr-2">Status: <b>{{$rowFirstClaim->status}}</b></span>
-                                        @include('app.patient.care-month.update-claim-status', ['claim' => $rowFirstClaim])
-                                    </div>
-                                </div>
-                                @endif
+                                
                             </div>
-                            
-
                             @include('app.patient.care-month._create-claim-table-action', ['careMonth' => $row])
                         </td>
+                        <td>
+                            <?php $rowFirstClaim = $row->claims->first(); ?>
+                            @if($rowFirstClaim)
+                                <span class="mr-2"><b>{{$rowFirstClaim->status}}</b></span>
+                                @include('app.patient.care-month.update-claim-status', ['claim' => $rowFirstClaim])
+                            @endif
+                        </td>
                         <td>
                             {{$row->has_anyone_interacted_with_client_about_rm_outside_note? 'YES': 'NO'}}
                         </td>