@endif | @lang('restaurant.start_time') | @lang('restaurant.end_time') | @lang('crm::lang.call_duration') | @lang('crm::lang.call_type') | @lang('lang_v1.contact_no') | @lang('report.contact') | @lang('role.user') | @lang('crm::lang.call_log_created_by') |
---|---|---|---|---|---|---|---|---|
{!! Form::open(['url' => action([\Modules\Crm\Http\Controllers\CallLogController::class, 'massDestroy']), 'method' => 'post', 'id' => 'mass_delete_form' ]) !!}
{!! Form::hidden('selected_rows', null, ['id' => 'selected_rows']); !!}
{!! Form::submit(__('lang_v1.delete_selected'), array('class' => 'btn btn-xs btn-danger', 'id' => 'delete-selected')) !!}
{!! Form::close() !!}
|