@lang('lang_v1.all_your_offer')
@can('offer.create') @endcan| @lang( 'unit.name' ) | @lang( 'lang_v1.offer_type' ) | Location | Start Date | End Date | @lang( 'lang_v1.status' ) | @lang( 'messages.action' ) | |
|---|---|---|---|---|---|---|---|
|
{!! Form::open(['url' => action([\App\Http\Controllers\OfferController::class, 'massDeactivate']), 'method' => 'post', 'id' => 'mass_deactivate_form' ]) !!}
{!! Form::hidden('selected_offers', null, ['id' => 'selected_offers']); !!}
{!! Form::submit(__('lang_v1.deactivate_selected'), array('class' => 'btn btn-xs btn-warning', 'id' => 'deactivate-selected')) !!}
{!! Form::close() !!}
|
|||||||