dashboard
This commit is contained in:
@@ -167,6 +167,8 @@ class DashboardController extends Controller
|
|||||||
],
|
],
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
dd($open);
|
||||||
|
|
||||||
return view('dashboard')->with('openCount', $openCount)
|
return view('dashboard')->with('openCount', $openCount)
|
||||||
->with('approvedCount', $approvedCount)
|
->with('approvedCount', $approvedCount)
|
||||||
->with('deniedCount', $deniedCount)
|
->with('deniedCount', $deniedCount)
|
||||||
|
|||||||
@@ -48,11 +48,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
@foreach($open as $o)
|
@foreach($open as $o)
|
||||||
<tr>
|
<tr>
|
||||||
@if(isset($o->fleet_commander_name))
|
|
||||||
<td>{{ $o->fleet_commander_name }}</td>
|
<td>{{ $o->fleet_commander_name }}</td>
|
||||||
@else
|
|
||||||
<td></td>
|
|
||||||
@endif
|
|
||||||
<td>{{ $o->ship_type }}</td>
|
<td>{{ $o->ship_type }}</td>
|
||||||
<td>{{ $o->loss_value }}</td>
|
<td>{{ $o->loss_value }}</td>
|
||||||
<td>{{ $o->approved }}</td>
|
<td>{{ $o->approved }}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user