{{-- --}}
{{ 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) !!}
{!! Form::close() !!}
* {{ trans('theme.help.required_fields') }}