Bull Edit {{ @title_case(str_replace("_", " ", strtolower(@$entity))) }}

{{ Form::select('new_client', $clients,'',["class"=>'form-control select2','autofocus' => 'true', 'id' => 'newClient']) }}
{{Form::text( 'new_date', $startDate, [ "class" => "form-control", "id" => 'newDate' ]) }}
{!! Form::checkbox('checkAll', 'value', false, ['class'=>'minimal check-all', 'id' => 'checkAll']) !!} Date Client Center Receiver Weight Amount Consignment
{{ Form::open(['method'=> 'POST']) }} {{ Form::close() }}