{{-- --}}
{{ trans('theme.button.contact_seller') }}
{!! Form::open(['route' => ['seller.contact', $item->shop->slug], 'data-toggle' => 'validator']) !!}
{!! Form::hidden('product_id', $item->id) !!}
{!! Form::close() !!}
* {{ trans('theme.help.required_fields') }}