<?php
$this->breadcrumbs=array(
	'Lugar Trabajos'=>array('index'),
	'Create',
);

$this->menu=array(
	array('label'=>'List LugarTrabajo','url'=>array('index')),
	array('label'=>'Manage LugarTrabajo','url'=>array('admin')),
);
?>

<h1>Crear Empresa</h1>

<?php echo $this->renderPartial('_form', array('model'=>$model)); ?>
