{!! Form::custom_input_one("descripcion", "Descripción", "col-md-3", $departamento, $errors, ['required' => ''] ) !!}

{!! Form::custom_button_one('save', (($departamento->cod_departamento)?"ACTUALIZAR":'GUARDAR'), 'submit', 'col-md-1') !!} {!! Form::custom_link_one( route('administracion.base.mantenimientos.departamentos.index'), "ATRAS", 'col-md-2', null, 'btn btn-danger' ) !!}
@section('scripts') @endsection