{!! Form::open(['route' => ['admin::allegro::offers::changeStatus', 'active'], 'class' => 'form-horizontal']) !!} @columnManagerColgroup('allegroInactiveOffers') @columnManagerHeader('allegroInactiveOffers') @forelse ($inactiveOffers as $inactiveOffer) @columnManagerLoop('allegroInactiveOffers', compact('inactiveOffer')) @empty @endforelse
{{ trans('Allegro::admin/offers/inactive/columns/list.body.no-elements') }}
@if($inactiveOffers->isNotEmpty()) {!! Form::submit(trans('Allegro::admin/offers/inactive/form.changeStatus'), ['class' => 'btn btn-success']) !!}
@include('admin.layouts.includes.pagination', ['paginator' => $inactiveOffers])
@endif {!! Form::close() !!}