contracts update

This commit is contained in:
2019-12-07 13:39:25 -06:00
parent 5635fbf57b
commit 4fc5b437ae
2 changed files with 4 additions and 4 deletions
@@ -32,14 +32,14 @@
@if($contract['type'] == 'Public')
<table class="table table-striped">
<thead>
<th>Corporation</th>
<th>Corporation / Character</th>
<th>Amount</th>
<th></th>
</thead>
<tbody>
@foreach($contract['bids'] as $bid)
<tr>
<td>{{ $bid['corporation_name'] }}</td>
<td>{{ $bid['corporation_name'] }} : {{ $bid['character_name'] }}</td>
<td>{{ number_format($bid['bid_amount'], 2, '.', ',') }}</td>
@if(auth()->user()->character_id == $bid['character_id'])
<td>
@@ -41,14 +41,14 @@
@if($contract['bid_count'] > 0)
<table class="table table-striped">
<thead>
<th>Corporation</th>
<th>Corporation / Character</th>
<th>Amount</th>
<th></th>
</thead>
<tbody>
@foreach($contract['bids'] as $bid)
<tr>
<td>{{ $bid['corporation_name'] }}</td>
<td>{{ $bid['corporation_name'] }} : {{ $bid['character_name'] }}</td>
<td>{{ number_format($bid['bid_amount'], 2, '.', ',') }}</td>
@if(auth()->user()->character_id == $bid['character_id'])
<td>