@extends('backend.layouts.app') @section('head') @endsection @section('content')

{{translate('Auction products')}}

@can('add_auction_product') @endcan

{{-- {!! \App\Services\SelectService::multi_select_2_status('status',$status,trans('cp.datatable.status')) !!}--}} {!! \App\Services\SelectService::multi_select_2('users',$users,trans('User')) !!} {!! \App\Services\SelectService::select_featured('approved',translate('Approved')) !!}
{!! \App\Services\SelectService::search_price('starting_bid',translate('Starting Bid Form'),translate('Starting Bid To')) !!}
{!! \App\Services\ButtonService::apply_filter_button() !!}
@if($type == 'all' || $type == 'seller') @endif
# {{translate('Name')}} {{translate('Photo')}}{{translate('User')}}{{translate('Bid Starting Amount')}} {{translate('Auction Start Date')}} {{translate('Auction End Date')}} {{translate('Approved')}} {{translate('actions')}}
@endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') {!! $datatable_script !!} {!! $switch_script_approved !!} @endsection