@extends('theme::layouts.app', ['alias' => 'AuctionHouse']) @section('theme::title', __('seo.auctionshouse.add')) @section('theme::sidebar') @include('theme::frontend.account.auctionsidebar', ['filter_type' => $filter]) @endsection @section('theme::content')

{{ __('auctionshouse.add.title') }}

@if(session()->has('success')) @endif @if(session()->has('error')) @endif
@csrf
{{ __('auctionshouse.add.form.web-inventory') }}
@include('theme::frontend.account.webinventory.web-inventory', ['aItem' => $webInventory]) @if($webInventory->count() === 0)
{{ __('auctionshouse.add.form.no-item-help') }} {{ __('auctionshouse.add.form.no-item-help-href') }}
@endif
{{ __('auctionshouse.add.form.price_help') }} @if ($errors->has('price')) {{ $errors->first('price') }} @endif
{{ __('auctionshouse.add.form.price_instead_help') }} @if ($errors->has('price_instead')) {{ $errors->first('price_instead') }} @endif
{{ __('auctionshouse.add.form.until_help') }} @if ($errors->has('until')) {{ $errors->first('until') }} @endif
@if(isset($auctionsHouseSettings->settings['gold_fees']))

{{ __('auctionshouse.add.form.gold-lost', [ 'percent' => $auctionsHouseSettings->settings['gold_fees'] ]) }}

@endif
@endsection @push('theme::javascript') @endpush