{!! Form::open(['url' => '#', 'method' => 'post', 'id' => 'update_stock_transfer_status_form']) !!}

@lang('lang_v1.update_status') @show_tooltip(__('lang_v1.completed_status_help'))

@php $bU_locatiuons = App\BusinessLocation::get(); @endphp
{{-- {!! Form::label('update_status', __('sale.status').':*') !!} --}} {{-- {!! Form::select('status', $statuses, null, ['class' => 'form-control select2', 'placeholder' => __('messages.please_select'), 'required', 'id' => 'update_status', 'style' => 'width: 100%;']); !!} --}}
{!! Form::close() !!}