{{-- --}} {{ trans('theme.add_price_auction') }}

{{-- 'route' => ['seller.contact', $item->shop->slug],--}}
{!! Form::open(['route' => ['auction.bid.create'], 'data-toggle' => 'validator']) !!} {!! Form::hidden('auction_id', $auction->id) !!}
@if($auction->bids()->count() > 0 ) @php $amount_paid = $auction->bids()->max('price'); @endphp @else @endif {{-- {{ get_currency_prefix() }}--}}
{{-- --}}
{!! Form::close() !!}
* {{ trans('theme.help.required_fields') }}