31 <?php echo Form::select('client', Input::post('client', isset($contact) ? $contact->client_id : $clients->id), array('class' => 'col-md-4 form-control')); ?>
32
<?php echo Form::select('client', Input::post('client', isset($contact) ? $contact->client_id : $clients), array($clients), array('class' => 'col-md-4 form-control')); ?>
It looks like you're new here. If you want to get involved, click one of these buttons!