This commit is contained in:
kroutony 2022-05-04 01:46:00 +08:00
parent 5ff3429712
commit e85df8de0a

View File

@ -35,6 +35,7 @@
<th>金額</th> <th>金額</th>
<th>未收款項</th> <th>未收款項</th>
<th>已收款項</th> <th>已收款項</th>
<th>客戶</th>
<th></th> <th></th>
</tr> </tr>
</thead> </thead>
@ -51,6 +52,7 @@
<td>{{ $project->price }}</td> <td>{{ $project->price }}</td>
<td>{{ $project->unpaid_amount }}</td> <td>{{ $project->unpaid_amount }}</td>
<td>{{ $project->paid_amount }}</td> <td>{{ $project->paid_amount }}</td>
<td>{{ $project->client->name }}</td>
<td> <td>
<a href="{{ route('adm.project.show', [$project->id]) }}" class="btn btn-sm btn-primary"> <a href="{{ route('adm.project.show', [$project->id]) }}" class="btn btn-sm btn-primary">
<i class="bi bi-eye"></i> <i class="bi bi-eye"></i>