{{ Form::select('customers_select', $customers, '', ['class' => 'form-control selectpicker', 'id' => 'customers_select', 'data-live-search' => 'true']) }}
{{ Form::select('industry', config('xcustomer.industries'), '', ['class' => 'form-control selectpicker', 'id' => 'industry', 'data-live-search' => 'true']) }}
|
{{ __('xcustomer::customer.labels.full_name_business_name') }} |
{{ __('xcustomer::customer.labels.full_name') }} |
{{ __('xcustomer::customer.labels.telephone') }} |
{{ __('xcustomer::customer.labels.mobile') }} |
{{ __('xcustomer::customer.labels.email') }} |
{{ __('xcustomer::customer.labels.nic') }} |
{{ __('xcustomer::customer.labels.industry') }} |
|