| {!! Form::checkbox('state[]', 0 , false ,['id' => 'all-states']) !!} | State | Country |
|---|---|---|
| {!! Form::checkbox('state[]', $state->id, false,['class' => 'check-state']) !!} | {{$state->name}} | {{optional(optional($state->region)->region)->name ? $state->region->region->name : $state->country->title}} |