phpvms/resources/views/layouts/default/flights/nav.blade.php

8 lines
260 B
PHP
Raw Normal View History

<div class="card">
<div class="card-block" style="min-height: 0px">
<div class="form-group text-right">
2018-05-18 06:03:30 +08:00
<a href="{{ route('frontend.flights.bids') }}">{{ trans_choice('frontend.flights.mybid', 2) }}</a>
</div>
</div>
</div>