fix
This commit is contained in:
parent
5b9ff7c445
commit
05f5b1fc12
@ -34,7 +34,9 @@
|
|||||||
@endif
|
@endif
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user