@extends('backend.layouts.app') @section('head') @endsection @section('content')
@can('add_digital_product')
{{translate('Add New Digital Product')}}
@endcan
{{ translate('Digital Products') }}
{{-- {!! \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::multi_select_2_status('added_by',$added_by,translate('Added by')) !!} {!! \App\Services\SelectService::multi_select_2('categories',$categories,translate('category')) !!} {!! \App\Services\SelectService::select_featured('featured',translate('Featured'))!!} {!! \App\Services\SelectService::select_featured('published',translate('Published')) !!} {!! \App\Services\SelectService::select_featured('todays_deal',translate('Todays deal')) !!} {!! \App\Services\SelectService::multi_select_2_status('discount_type',$discount_type,translate('Discount type')) !!}
{!! \App\Services\SelectService::search_price('price',translate('Price Form'),translate('Price To')) !!}
{!! \App\Services\SelectService::search_crated_at() !!} {!! \App\Services\ButtonService::apply_filter_button() !!}
# {{translate('Name')}} {{translate('Category')}} {{translate('Added By')}} {{translate('User')}} {{translate('Price')}} {{translate('Published')}} {{translate('Featured')}} {{translate('Todays Deal')}} {{translate('Discount type')}} {{translate('created at')}} {{translate('updated at')}} {{translate('actions')}}
@endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') {!! $datatable_script !!} {!! $switch_script !!} {!! $switch_script_featured !!} {!! $switch_script_todays_deal !!} {{-- --}} @endsection