@props([
'name' => 'currency',
'class' => 'form-control',
'id' => 'currency_list',
'parent' => 'currency_list_wrapper',
'text' => 'Select Currency',
'action' => route('admin.currency.all'),
'type' => 'all',
'valueType' => 1, //1=id,other=symbol
'multiple' => false,
'displayType' => 1
])
@push('script')
@endpush