This commit is contained in:
kroutony 2022-07-09 22:30:54 +08:00
parent 5b9ff7c445
commit 05f5b1fc12

View File

@ -34,7 +34,9 @@
@endif
</button>
</form>
<a href="{{ route('adm.project.show', [$payment->project_id]) }}">回專案</a>
@if($payment->id)
<a href="{{ route('adm.project.show', [$payment->project_id]) }}" class="btn btn-secondary">回專案</a>
@endif
</div>
</div>
</div>