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